Project Date
Karate BDD 04 Aug 2021, 19:12

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
com/tmobile/dfm/rsp/feature/taxquotesb.feature 1577 29 6 0 0 1612 45 29 74 2:33.111 Failed
Feature com/tmobile/dfm/rsp/feature/taxquotesb.feature
Karate script to test SOAP service 'taxquotesb'
0.023
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.003
19:09:36.556 >> lock acquired, begin callSingle: classpath:com/tmobile/dfm/rsp/utils/Utility.js
19:09:36.634 << lock released, cached callSingle: classpath:com/tmobile/dfm/rsp/utils/Utility.js
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.002
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.002
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.002
* def write = 0.008
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.002
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.113
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_AccountType_Null.xml') 0.056
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.001
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.004
And def props = new java.util.Properties() 0.003
And eval props.load(data) 0.008
And replace requestBody 0.038
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.910
19:09:37.461 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2112
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:38.696 response time in milliseconds: 1232.69
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:39:38 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: a449ead2-abe3-485a-55a8-cf4b804d23a5
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Account Type is missing</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>Account Type is missing</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.026
19:09:38.718 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Account Type is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>Account Type is missing</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.006
* def difference = write(responseXml,filename) 0.019
Then print difference 0.000
19:09:38.759 [print] Number of difference between two files :0
And match response contains 'Account Type is missing' 0.032
And match difference contains 'Number of difference between two files :0' 0.002
0.005
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.001
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.381
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_AccountType_Null.xml') 0.005
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.002
And def props = new java.util.Properties() 0.002
And eval props.load(data) 0.001
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.218
19:09:38.848 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2112
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:40.056 response time in milliseconds: 1206.24
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4757
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:39:39 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 61acfbf0-aa8a-4613-7290-90dc1d594dbc
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Account Type is missing</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>Account Type is missing</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType/&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.006
19:09:40.070 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Account Type is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>Account Type is missing</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType/&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.002
* def difference = compareResult(responseXml,filename) 0.135
Then print difference 0.000
19:09:40.213 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'Account Type is missing' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.004
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.001
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.237
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_ApplicationID_Null.xml') 0.010
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.002
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.001
And replace requestBody 0.003
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.196
19:09:40.263 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2131
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:41.453 response time in milliseconds: 1186.97
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:39:40 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 849b000d-5cde-4d8a-6ae4-086efc1866fc
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>ApplicationId is missing</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>ApplicationId is missing</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.004
19:09:41.461 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>ApplicationId is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>ApplicationId is missing</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.007
Then print difference 0.000
19:09:41.473 [print] Number of difference between two files :0
And match response contains 'ApplicationId is missing' 0.005
And match difference contains 'Number of difference between two files :0' 0.000
0.003
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.158
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_ApplicationID_Null.xml') 0.005
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.116
19:09:41.513 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2131
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:42.625 response time in milliseconds: 1109.64
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4766
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:39:42 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 80ac3a81-fccd-4211-4f32-6f7d89e233ec
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>ApplicationId is missing</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>ApplicationId is missing</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:09:42.631 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>ApplicationId is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>ApplicationId is missing</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.022
Then print difference 0.000
19:09:42.656 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'ApplicationId is missing' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.005
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.001
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.169
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Cost_Null.xml') 0.008
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.001
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.115
19:09:42.698 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2118
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:43.807 response time in milliseconds: 1106.62
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:39:43 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: f7340856-18b0-49a4-6ec7-7ab39f169783
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Cost is missing in the input</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>Cost is missing in the input</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.014
19:09:43.825 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Cost is missing in the input</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>Cost is missing in the input</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.003
* def difference = write(responseXml,filename) 0.014
Then print difference 0.000
19:09:43.845 [print] Number of difference between two files :0
And match response contains 'Cost is missing in the input' 0.006
And match difference contains 'Number of difference between two files :0' 0.000
0.004
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.304
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Cost_Null.xml') 0.011
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.002
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.001
And replace requestBody 0.005
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.242
19:09:43.906 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2118
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:45.140 response time in milliseconds: 1230.35
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4769
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:39:44 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: cb9287fc-e399-44aa-5060-9b9b22bf8246
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Cost is missing in the input</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>Cost is missing in the input</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost/&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.005
19:09:45.148 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Cost is missing in the input</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>Cost is missing in the input</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost/&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.025
Then print difference 0.000
19:09:45.178 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'Cost is missing in the input' 0.003
And match difference contains 'Number of difference between two files :0' 0.000
0.004
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.279
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_LineItemNumber_Null.xml') 0.013
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.002
And def props = new java.util.Properties() 0.003
And eval props.load(data) 0.001
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.237
19:09:45.241 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2118
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:46.470 response time in milliseconds: 1227.49
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:39:45 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 60a9c915-9c31-409f-5c82-6ca50559c702
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>LineItemNumber is missing</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>LineItemNumber is missing</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.004
19:09:46.480 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>LineItemNumber is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>LineItemNumber is missing</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:09:46.488 [print] Number of difference between two files :0
And match response contains 'LineItemNumber is missing' 0.006
And match difference contains 'Number of difference between two files :0' 0.000
0.007
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.001
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.002
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.303
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_LineItemNumber_Null.xml') 0.007
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.003
And def props = new java.util.Properties() 0.003
And eval props.load(data) 0.001
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.208
19:09:46.547 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2118
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:47.749 response time in milliseconds: 1199.38
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4761
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:39:47 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 96196327-d734-47dc-4994-744ec7dd2d76
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>LineItemNumber is missing</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>LineItemNumber is missing</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.010
19:09:47.763 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>LineItemNumber is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>LineItemNumber is missing</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.003
* def difference = compareResult(responseXml,filename) 0.055
Then print difference 0.001
19:09:47.824 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'LineItemNumber is missing' 0.003
And match difference contains 'Number of difference between two files :0' 0.001
0.006
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.001
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.001
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.001
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.187
Scenario Outline Test 'TaxQuoteRequest_NoAccountFound'TIBCO
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_NoAccountFound.xml') 0.009
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And request requestBody 0.000
When method POST 1.163
19:09:47.871 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2153
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>true</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>100100100</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:49.028 response time in milliseconds: 1155.66
1 < 500
1 < Content-Length: 898
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:39:48 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < X-Vcap-Request-Id: 9b1c91e3-2c79-46bf-675a-0c7e6d8ff7b2
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>E</faultcode><faultstring>No Account Found For BAN: 0</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>E</tns1:msg_code><tns1:message>No Account Found For BAN: 0</tns1:message><tns1:debug_data /><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:09:49.033 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>E</faultcode>
      <faultstring>No Account Found For BAN: 0</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>E</tns1:msg_code>
          <tns1:message>No Account Found For BAN: 0</tns1:message>
          <tns1:debug_data/>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:09:49.040 [print] Number of difference between two files :0
And match response contains 'No Account Found For BAN:0' 0.005
com.intuit.karate.exception.KarateException: taxquotesb.feature:155 - path: , actual: '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>E</faultcode><faultstring>No Account Found For BAN: 0</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>E</tns1:msg_code><tns1:message>No Account Found For BAN: 0</tns1:message><tns1:debug_data/><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>', expected: 'No Account Found For BAN:0', reason: not a sub-string
19:09:49.045 assertion failed: path: , actual: '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>E</faultcode><faultstring>No Account Found For BAN: 0</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>E</tns1:msg_code><tns1:message>No Account Found For BAN: 0</tns1:message><tns1:debug_data/><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>', expected: 'No Account Found For BAN:0', reason: not a sub-string
And match difference contains 'Number of difference between two files :0' 0.000
0.004
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.001
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.226
Scenario Outline Test 'TaxQuoteRequest_NoAccountFound'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_NoAccountFound.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And request requestBody 0.000
When method POST 1.187
19:09:49.079 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2153
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>true</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>100100100</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:50.259 response time in milliseconds: 1179.12
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4790
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:39:50 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 797554d1-b47b-4c0b-5d0e-204de76b0382
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>No Account Found For BAN:0</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>No Account Found For BAN:0</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;100100100&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.004
19:09:50.266 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>No Account Found For BAN:0</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>No Account Found For BAN:0</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;100100100&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.024
Then print difference 0.000
19:09:50.294 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected text value 'E' but was 'Validation_Error' - comparing <faultcode ...>E</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
Expected text value 'No Account Found For BAN: 0' but was 'No Account Found For BAN:0' - comparing <faultstring ...>No Account Found For BAN: 0</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] to <faultstring ...>No Account Found For BAN:0</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1]
And match response contains 'No Account Found For BAN:0' 0.002
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:156 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected text value 'E' but was 'Validation_Error' - comparing <faultcode ...>E</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
Expected text value 'No Account Found For BAN: 0' but was 'No Account Found For BAN:0' - comparing <faultstring ...>No Account Found For BAN: 0</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] to <faultstring ...>No Account Found For BAN:0</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:09:50.297 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected text value 'E' but was 'Validation_Error' - comparing <faultcode ...>E</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
Expected text value 'No Account Found For BAN: 0' but was 'No Account Found For BAN:0' - comparing <faultstring ...>No Account Found For BAN: 0</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] to <faultstring ...>No Account Found For BAN:0</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.005
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.001
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.168
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Quantity_Null.xml') 0.008
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.002
And def props = new java.util.Properties() 0.002
And eval props.load(data) 0.001
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.127
19:09:50.342 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2113
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:51.463 response time in milliseconds: 1118.99
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:39:50 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 15f17cb7-36ae-4e0d-40c2-f1d220f8e163
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Quantity is missing</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>Quantity is missing</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.006
19:09:51.473 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Quantity is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>Quantity is missing</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.003
* def difference = write(responseXml,filename) 0.006
Then print difference 0.001
19:09:51.486 [print] Number of difference between two files :0
And match response contains 'Quantity is missing' 0.004
And match difference contains 'Number of difference between two files :0' 0.000
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.247
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Quantity_Null.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.199
19:09:51.521 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2113
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:52.715 response time in milliseconds: 1193.02
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4750
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:39:52 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 4389f13a-5220-49b3-67a1-499c7b6e7878
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Quantity is missing</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>Quantity is missing</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity/&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:09:52.721 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Quantity is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>Quantity is missing</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity/&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.029
Then print difference 0.000
19:09:52.753 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'Quantity is missing' 0.003
And match difference contains 'Number of difference between two files :0' 0.000
0.004
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.001
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.158
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_SKUGroup_Null.xml') 0.016
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.002
And def props = new java.util.Properties() 0.002
And eval props.load(data) 0.001
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.119
19:09:52.812 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2111
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:53.926 response time in milliseconds: 1111.18
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:39:53 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 80c419f9-0410-4fcc-68a0-10f2943f39b3
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Product Code (taxLineItem/baseData/product/code) missing in the common object</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>Product Code (taxLineItem/baseData/product/code) missing in the common object</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:09:53.930 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Product Code (taxLineItem/baseData/product/code) missing in the common object</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>Product Code (taxLineItem/baseData/product/code) missing in the common object</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:09:53.937 [print] Number of difference between two files :0
And match response contains 'Product Code (taxLineItem/baseData/product/code) missing in the common object' 0.005
And match difference contains 'Number of difference between two files :0' 0.000
0.002
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.259
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_SKUGroup_Null.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.205
19:09:53.972 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2111
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:55.173 response time in milliseconds: 1199.40
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4864
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:39:54 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 253919de-bf38-41b8-53d5-eecd0be138d7
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Product Code (taxLineItem/baseData/product/code) missing in the common object</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>Product Code (taxLineItem/baseData/product/code) missing in the common object</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup/&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:09:55.178 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Product Code (taxLineItem/baseData/product/code) missing in the common object</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>Product Code (taxLineItem/baseData/product/code) missing in the common object</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup/&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.002
* def difference = compareResult(responseXml,filename) 0.034
Then print difference 0.001
19:09:55.218 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'Product Code (taxLineItem/baseData/product/code) missing in the common object' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.003
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.184
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_SalePrice_Null.xml') 0.012
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.147
19:09:55.261 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2108
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:56.403 response time in milliseconds: 1139.79
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:39:55 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 83e08af9-7989-4f83-6122-d9cfe9bb5ed9
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>SalePrice is missing</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>SalePrice is missing</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:09:56.409 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>SalePrice is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>SalePrice is missing</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.005
Then print difference 0.001
19:09:56.419 [print] Number of difference between two files :0
And match response contains 'SalePrice is missing' 0.006
And match difference contains 'Number of difference between two files :0' 0.000
0.003
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.145
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_SalePrice_Null.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.101
19:09:56.464 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2108
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:57.559 response time in milliseconds: 1093.51
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4748
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:39:57 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 426bc2a0-8464-412e-54c6-c1272e96609a
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>SalePrice is missing</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>SalePrice is missing</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice/&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:09:57.566 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>SalePrice is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>SalePrice is missing</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice/&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.023
Then print difference 0.000
19:09:57.593 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'SalePrice is missing' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.008
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.001
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.004
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.001
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.252
Scenario Outline Test 'TaxQuoteRequest_ShipToAddress OR taxAeraId_Missing'TIBCO
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_ShipToAddress OR taxAeraId_Missing.xml') 0.011
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.002
And def props = new java.util.Properties() 0.002
And eval props.load(data) 0.000
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.217
19:09:57.649 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2082
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress/>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:09:58.861 response time in milliseconds: 1209.70
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:39:58 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 99b1214d-e97d-45fb-5f8e-0eb14d937083
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address" /&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:09:58.866 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address" /&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:09:58.873 [print] Number of difference between two files :0
And match response contains 'ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage' 0.007
com.intuit.karate.exception.KarateException: taxquotesb.feature:259 - path: , actual: '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address" /&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>', expected: 'ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage', reason: not a sub-string
19:09:58.880 assertion failed: path: , actual: '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address" /&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>', expected: 'ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage', reason: not a sub-string
And match difference contains 'Number of difference between two files :0' 0.000
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.164
Scenario Outline Test 'TaxQuoteRequest_ShipToAddress OR taxAeraId_Missing'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_ShipToAddress OR taxAeraId_Missing.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.001
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.117
19:09:58.909 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2082
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress/>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:00.023 response time in milliseconds: 1110.90
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 5345
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:39:59 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 004167b4-ff33-4e79-5f04-dd8dc603f99a
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:10:00.028 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.026
Then print difference 0.000
19:10:00.057 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value 'ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage' but was 'ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage' - comparing <faultstring ...>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] to <faultstring ...>ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1]
And match response contains 'ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage' 0.002
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:260 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value 'ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage' but was 'ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage' - comparing <faultstring ...>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] to <faultstring ...>ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:00.061 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value 'ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage' but was 'ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage' - comparing <faultstring ...>ShipToAddress or TaxAreaId is missing|ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] to <faultstring ...>ShipToAddress or TaxAreaId is missing|ShipToAddress City is missing. Either TaxAreaId orAddress must be present in the Input mesage|ShipToAddress State is missing.Either TaxAreaId or Address must be present in the Input mesage|ShipToAddress Zip is missing. Either TaxAreaId or Address must be present in the Input mesage</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.146
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_TransactionDate_Null.xml') 0.009
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.002
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.111
19:10:00.117 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2095
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:01.222 response time in milliseconds: 1104.24
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:00 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 64a3a693-fced-42f8-5704-15169d948636
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation Error</faultcode><faultstring>TransactionDate is required element</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation Error</tns1:msg_code><tns1:message>TransactionDate is required element</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns:debug_data xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns1:asiPublicTaxQuoteInput xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;ns2:id&amp;gt;EIP&amp;lt;/ns2:id&amp;gt;
        &amp;lt;ns2:operation&amp;gt;TaxQuote&amp;lt;/ns2:operation&amp;gt;
        &amp;lt;baseData xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/baseData&amp;gt;
        &amp;lt;customer xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:code xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;617918334&amp;lt;/ns2:code&amp;gt;
         &amp;lt;/customer&amp;gt;
        &amp;lt;shipToAddress xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/shipToAddress&amp;gt;
        &amp;lt;ns2:listOfLineItem&amp;gt;
            &amp;lt;ns2:lineItem&amp;gt;
                &amp;lt;ns2:id&amp;gt;1404130478&amp;lt;/ns2:id&amp;gt;
                &amp;lt;ns2:sku&amp;gt;000000190198746689&amp;lt;/ns2:sku&amp;gt;
                &amp;lt;ns2:skuGroup&amp;gt;PHONE&amp;lt;/ns2:skuGroup&amp;gt;
                &amp;lt;ns2:isMultiComponent&amp;gt;false&amp;lt;/ns2:isMultiComponent&amp;gt;
                &amp;lt;ns2:quantity&amp;gt;1.0&amp;lt;/ns2:quantity&amp;gt;
                &amp;lt;ns2:cost&amp;gt;799.99&amp;lt;/ns2:cost&amp;gt;
                &amp;lt;ns2:salePrice&amp;gt;799.99&amp;lt;/ns2:salePrice&amp;gt;
                &amp;lt;ns2:extendedPrice&amp;gt;231.0&amp;lt;/ns2:extendedPrice&amp;gt;
                &amp;lt;ns2:taxDate&amp;gt;2019-05-06&amp;lt;/ns2:taxDate&amp;gt;
                &amp;lt;ns2:company&amp;gt;V040&amp;lt;/ns2:company&amp;gt;
                &amp;lt;ns2:contractTerm&amp;gt;18&amp;lt;/ns2:contractTerm&amp;gt;
                &amp;lt;ns2:leaseIndicator&amp;gt;false&amp;lt;/ns2:leaseIndicator&amp;gt;
                &amp;lt;ns2:transactionType&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
                &amp;lt;ns2:transactionCode&amp;gt;INV&amp;lt;/ns2:transactionCode&amp;gt;
                &amp;lt;ns2:chargeType&amp;gt;LSPYOFFEE&amp;lt;/ns2:chargeType&amp;gt;
                &amp;lt;ns2:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/ns2:leaseStartDate&amp;gt;
                &amp;lt;ns2:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/ns2:leaseEndDate&amp;gt;
            &amp;lt;/ns2:lineItem&amp;gt;
        &amp;lt;/ns2:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns1:asiPublicTaxQuoteInput&amp;gt;&lt;/ns:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.006
19:10:01.231 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation Error</faultcode>
      <faultstring>TransactionDate is required element</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation Error</tns1:msg_code>
          <tns1:message>TransactionDate is required element</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns:debug_data xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns1:asiPublicTaxQuoteInput xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;ns2:id&amp;gt;EIP&amp;lt;/ns2:id&amp;gt;
        &amp;lt;ns2:operation&amp;gt;TaxQuote&amp;lt;/ns2:operation&amp;gt;
        &amp;lt;baseData xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/baseData&amp;gt;
        &amp;lt;customer xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:code xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;617918334&amp;lt;/ns2:code&amp;gt;
         &amp;lt;/customer&amp;gt;
        &amp;lt;shipToAddress xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/shipToAddress&amp;gt;
        &amp;lt;ns2:listOfLineItem&amp;gt;
            &amp;lt;ns2:lineItem&amp;gt;
                &amp;lt;ns2:id&amp;gt;1404130478&amp;lt;/ns2:id&amp;gt;
                &amp;lt;ns2:sku&amp;gt;000000190198746689&amp;lt;/ns2:sku&amp;gt;
                &amp;lt;ns2:skuGroup&amp;gt;PHONE&amp;lt;/ns2:skuGroup&amp;gt;
                &amp;lt;ns2:isMultiComponent&amp;gt;false&amp;lt;/ns2:isMultiComponent&amp;gt;
                &amp;lt;ns2:quantity&amp;gt;1.0&amp;lt;/ns2:quantity&amp;gt;
                &amp;lt;ns2:cost&amp;gt;799.99&amp;lt;/ns2:cost&amp;gt;
                &amp;lt;ns2:salePrice&amp;gt;799.99&amp;lt;/ns2:salePrice&amp;gt;
                &amp;lt;ns2:extendedPrice&amp;gt;231.0&amp;lt;/ns2:extendedPrice&amp;gt;
                &amp;lt;ns2:taxDate&amp;gt;2019-05-06&amp;lt;/ns2:taxDate&amp;gt;
                &amp;lt;ns2:company&amp;gt;V040&amp;lt;/ns2:company&amp;gt;
                &amp;lt;ns2:contractTerm&amp;gt;18&amp;lt;/ns2:contractTerm&amp;gt;
                &amp;lt;ns2:leaseIndicator&amp;gt;false&amp;lt;/ns2:leaseIndicator&amp;gt;
                &amp;lt;ns2:transactionType&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
                &amp;lt;ns2:transactionCode&amp;gt;INV&amp;lt;/ns2:transactionCode&amp;gt;
                &amp;lt;ns2:chargeType&amp;gt;LSPYOFFEE&amp;lt;/ns2:chargeType&amp;gt;
                &amp;lt;ns2:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/ns2:leaseStartDate&amp;gt;
                &amp;lt;ns2:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/ns2:leaseEndDate&amp;gt;
            &amp;lt;/ns2:lineItem&amp;gt;
        &amp;lt;/ns2:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns1:asiPublicTaxQuoteInput&amp;gt;&lt;/ns:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:10:01.239 [print] Number of difference between two files :0
And match response contains 'TransactionDate is required element' 0.006
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.154
Scenario Outline Test 'TaxQuoteRequest_TransactionDate_Null'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_TransactionDate_Null.xml') 0.005
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.102
19:10:01.277 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2095
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:02.374 response time in milliseconds: 1095.66
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4166
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:02 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: b1c10c81-1ded-431f-42d0-84d4a1e81ad9
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>TransactionDate is required element</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>TransactionDate is required element</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate/&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:10:02.378 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>TransactionDate is required element</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>TransactionDate is required element</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate/&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.031
Then print difference 0.000
19:10:02.412 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value 'Validation Error' but was 'Validation_Error' - comparing <faultcode ...>Validation Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1]
And match response contains 'TransactionDate is required element' 0.002
And match difference contains 'Number of difference between two files :0' 0.002
com.intuit.karate.exception.KarateException: taxquotesb.feature:286 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value 'Validation Error' but was 'Validation_Error' - comparing <faultcode ...>Validation Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:02.417 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value 'Validation Error' but was 'Validation_Error' - comparing <faultcode ...>Validation Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.163
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_TransactionType_Null.xml') 0.010
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.125
19:10:02.451 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2100
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:03.570 response time in milliseconds: 1117.72
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:02 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 6429fef2-0d39-40bc-5ba5-397752f1c362
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation Error</faultcode><faultstring>Transaction Type is required element</faultstring><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key /><tns1:msg_code>Validation Error</tns1:msg_code><tns1:message>Transaction Type is required element</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns:debug_data xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns1:asiPublicTaxQuoteInput xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;ns2:id&amp;gt;EIP&amp;lt;/ns2:id&amp;gt;
        &amp;lt;ns2:operation&amp;gt;TaxQuote&amp;lt;/ns2:operation&amp;gt;
        &amp;lt;baseData xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/baseData&amp;gt;
        &amp;lt;customer xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:code xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;617918334&amp;lt;/ns2:code&amp;gt;
         &amp;lt;/customer&amp;gt;
        &amp;lt;shipToAddress xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/shipToAddress&amp;gt;
        &amp;lt;ns2:listOfLineItem&amp;gt;
            &amp;lt;ns2:lineItem&amp;gt;
                &amp;lt;ns2:id&amp;gt;1404130478&amp;lt;/ns2:id&amp;gt;
                &amp;lt;ns2:sku&amp;gt;000000190198746689&amp;lt;/ns2:sku&amp;gt;
                &amp;lt;ns2:skuGroup&amp;gt;PHONE&amp;lt;/ns2:skuGroup&amp;gt;
                &amp;lt;ns2:isMultiComponent&amp;gt;false&amp;lt;/ns2:isMultiComponent&amp;gt;
                &amp;lt;ns2:quantity&amp;gt;1.0&amp;lt;/ns2:quantity&amp;gt;
                &amp;lt;ns2:cost&amp;gt;799.99&amp;lt;/ns2:cost&amp;gt;
                &amp;lt;ns2:salePrice&amp;gt;799.99&amp;lt;/ns2:salePrice&amp;gt;
                &amp;lt;ns2:extendedPrice&amp;gt;231.0&amp;lt;/ns2:extendedPrice&amp;gt;
                &amp;lt;ns2:taxDate&amp;gt;2019-05-06&amp;lt;/ns2:taxDate&amp;gt;
                &amp;lt;ns2:company&amp;gt;V040&amp;lt;/ns2:company&amp;gt;
                &amp;lt;ns2:contractTerm&amp;gt;18&amp;lt;/ns2:contractTerm&amp;gt;
                &amp;lt;ns2:leaseIndicator&amp;gt;false&amp;lt;/ns2:leaseIndicator&amp;gt;
                &amp;lt;ns2:transactionType&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
                &amp;lt;ns2:transactionCode&amp;gt;INV&amp;lt;/ns2:transactionCode&amp;gt;
                &amp;lt;ns2:chargeType&amp;gt;LSPYOFFEE&amp;lt;/ns2:chargeType&amp;gt;
                &amp;lt;ns2:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/ns2:leaseStartDate&amp;gt;
                &amp;lt;ns2:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/ns2:leaseEndDate&amp;gt;
            &amp;lt;/ns2:lineItem&amp;gt;
        &amp;lt;/ns2:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns1:asiPublicTaxQuoteInput&amp;gt;&lt;/ns:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.005
19:10:03.579 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation Error</faultcode>
      <faultstring>Transaction Type is required element</faultstring>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key/>
          <tns1:msg_code>Validation Error</tns1:msg_code>
          <tns1:message>Transaction Type is required element</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns:debug_data xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns1:asiPublicTaxQuoteInput xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;ns2:id&amp;gt;EIP&amp;lt;/ns2:id&amp;gt;
        &amp;lt;ns2:operation&amp;gt;TaxQuote&amp;lt;/ns2:operation&amp;gt;
        &amp;lt;baseData xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/baseData&amp;gt;
        &amp;lt;customer xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:code xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;617918334&amp;lt;/ns2:code&amp;gt;
         &amp;lt;/customer&amp;gt;
        &amp;lt;shipToAddress xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/shipToAddress&amp;gt;
        &amp;lt;ns2:listOfLineItem&amp;gt;
            &amp;lt;ns2:lineItem&amp;gt;
                &amp;lt;ns2:id&amp;gt;1404130478&amp;lt;/ns2:id&amp;gt;
                &amp;lt;ns2:sku&amp;gt;000000190198746689&amp;lt;/ns2:sku&amp;gt;
                &amp;lt;ns2:skuGroup&amp;gt;PHONE&amp;lt;/ns2:skuGroup&amp;gt;
                &amp;lt;ns2:isMultiComponent&amp;gt;false&amp;lt;/ns2:isMultiComponent&amp;gt;
                &amp;lt;ns2:quantity&amp;gt;1.0&amp;lt;/ns2:quantity&amp;gt;
                &amp;lt;ns2:cost&amp;gt;799.99&amp;lt;/ns2:cost&amp;gt;
                &amp;lt;ns2:salePrice&amp;gt;799.99&amp;lt;/ns2:salePrice&amp;gt;
                &amp;lt;ns2:extendedPrice&amp;gt;231.0&amp;lt;/ns2:extendedPrice&amp;gt;
                &amp;lt;ns2:taxDate&amp;gt;2019-05-06&amp;lt;/ns2:taxDate&amp;gt;
                &amp;lt;ns2:company&amp;gt;V040&amp;lt;/ns2:company&amp;gt;
                &amp;lt;ns2:contractTerm&amp;gt;18&amp;lt;/ns2:contractTerm&amp;gt;
                &amp;lt;ns2:leaseIndicator&amp;gt;false&amp;lt;/ns2:leaseIndicator&amp;gt;
                &amp;lt;ns2:transactionType&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
                &amp;lt;ns2:transactionCode&amp;gt;INV&amp;lt;/ns2:transactionCode&amp;gt;
                &amp;lt;ns2:chargeType&amp;gt;LSPYOFFEE&amp;lt;/ns2:chargeType&amp;gt;
                &amp;lt;ns2:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/ns2:leaseStartDate&amp;gt;
                &amp;lt;ns2:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/ns2:leaseEndDate&amp;gt;
            &amp;lt;/ns2:lineItem&amp;gt;
        &amp;lt;/ns2:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns1:asiPublicTaxQuoteInput&amp;gt;&lt;/ns:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.010
Then print difference 0.000
19:10:03.592 [print] Number of difference between two files :0
And match response contains 'Transaction Type is required element' 0.005
And match difference contains 'Number of difference between two files :0' 0.000
0.039
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.038
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.252
Scenario Outline Test 'TaxQuoteRequest_TransactionType_Null'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_TransactionType_Null.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.221
19:10:03.687 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2100
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:04.901 response time in milliseconds: 1213.10
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4151
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:04 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 958e585b-fe3c-4e34-5ab4-dabe0c6fe243
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Transaction Type is required element</faultstring><faultactor>null</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>Transaction Type is required element</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:10:04.905 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Transaction Type is required element</faultstring>
      <faultactor>null</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>Transaction Type is required element</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.000
* def difference = compareResult(responseXml,filename) 0.014
Then print difference 0.000
19:10:04.922 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :3
Expected child nodelist length '2' but was '3' - comparing <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
Expected text value 'Validation Error' but was 'Validation_Error' - comparing <faultcode ...>Validation Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
Expected child 'null' but was 'faultactor' - comparing <NULL> to <faultactor...> at /Envelope[1]/Body[1]/Fault[1]/faultactor[1]
And match response contains 'Transaction Type is required element' 0.001
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:312 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :3
Expected child nodelist length '2' but was '3' - comparing <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
Expected text value 'Validation Error' but was 'Validation_Error' - comparing <faultcode ...>Validation Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
Expected child 'null' but was 'faultactor' - comparing <NULL> to <faultactor...> at /Envelope[1]/Body[1]/Fault[1]/faultactor[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:04.925 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :3
Expected child nodelist length '2' but was '3' - comparing <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
Expected text value 'Validation Error' but was 'Validation_Error' - comparing <faultcode ...>Validation Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
Expected child 'null' but was 'faultactor' - comparing <NULL> to <faultactor...> at /Envelope[1]/Body[1]/Fault[1]/faultactor[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.179
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_accountSubtype_Null.xml') 0.007
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.000
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.152
19:10:04.947 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2106
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:06.095 response time in milliseconds: 1145.40
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:05 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 715031e2-55ed-4247-5d17-fa49b54174f4
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Account Sub Type is missing</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>Account Sub Type is missing</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:10:06.101 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Account Sub Type is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>Account Sub Type is missing</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:10:06.109 [print] Number of difference between two files :0
And match response contains 'Account Sub Type is missing' 0.005
And match difference contains 'Number of difference between two files :0' 0.000
0.002
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.191
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_accountSubtype_Null.xml') 0.008
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.099
19:10:06.147 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2106
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:07.242 response time in milliseconds: 1092.95
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4762
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:07 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: f791496b-57e3-4254-4ac8-9728fe4cebc5
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Account Sub Type is missing</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>Account Sub Type is missing</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype/&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:10:07.246 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Account Sub Type is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>Account Sub Type is missing</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype/&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.071
Then print difference 0.000
19:10:07.321 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'Account Sub Type is missing' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.164
Scenario Outline Test 'TaxQuoteRequest_checkTaxExemptionEligibility=true&CustomerCode_Null'TIBCO
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_checkTaxExemptionEligibility=true&CustomerCode_Null.xml') 0.009
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And request requestBody 0.000
When method POST 1.137
19:10:07.364 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2096
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>true</checkTaxExemptionEligibility>
         </baseData>
         <customer/>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:08.493 response time in milliseconds: 1125.36
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:07 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 675df334-0aa0-4300-7d1a-f28981d10863
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation Error</faultcode><faultstring>Customer Code  is required element</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation Error</tns1:msg_code><tns1:message>Customer Code  is required element</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns:debug_data xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns1:asiPublicTaxQuoteInput xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;ns2:id&amp;gt;EIP&amp;lt;/ns2:id&amp;gt;
        &amp;lt;ns2:operation&amp;gt;TaxQuote&amp;lt;/ns2:operation&amp;gt;
        &amp;lt;baseData xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/baseData&amp;gt;
        &amp;lt;customer xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address" /&amp;gt;
        &amp;lt;shipToAddress xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/shipToAddress&amp;gt;
        &amp;lt;ns2:listOfLineItem&amp;gt;
            &amp;lt;ns2:lineItem&amp;gt;
                &amp;lt;ns2:id&amp;gt;1404130478&amp;lt;/ns2:id&amp;gt;
                &amp;lt;ns2:sku&amp;gt;000000190198746689&amp;lt;/ns2:sku&amp;gt;
                &amp;lt;ns2:skuGroup&amp;gt;PHONE&amp;lt;/ns2:skuGroup&amp;gt;
                &amp;lt;ns2:isMultiComponent&amp;gt;false&amp;lt;/ns2:isMultiComponent&amp;gt;
                &amp;lt;ns2:quantity&amp;gt;1.0&amp;lt;/ns2:quantity&amp;gt;
                &amp;lt;ns2:cost&amp;gt;799.99&amp;lt;/ns2:cost&amp;gt;
                &amp;lt;ns2:salePrice&amp;gt;799.99&amp;lt;/ns2:salePrice&amp;gt;
                &amp;lt;ns2:extendedPrice&amp;gt;231.0&amp;lt;/ns2:extendedPrice&amp;gt;
                &amp;lt;ns2:taxDate&amp;gt;2019-05-06&amp;lt;/ns2:taxDate&amp;gt;
                &amp;lt;ns2:company&amp;gt;V040&amp;lt;/ns2:company&amp;gt;
                &amp;lt;ns2:contractTerm&amp;gt;18&amp;lt;/ns2:contractTerm&amp;gt;
                &amp;lt;ns2:leaseIndicator&amp;gt;false&amp;lt;/ns2:leaseIndicator&amp;gt;
                &amp;lt;ns2:transactionType&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
                &amp;lt;ns2:transactionCode&amp;gt;INV&amp;lt;/ns2:transactionCode&amp;gt;
                &amp;lt;ns2:chargeType&amp;gt;LSPYOFFEE&amp;lt;/ns2:chargeType&amp;gt;
                &amp;lt;ns2:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/ns2:leaseStartDate&amp;gt;
                &amp;lt;ns2:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/ns2:leaseEndDate&amp;gt;
            &amp;lt;/ns2:lineItem&amp;gt;
        &amp;lt;/ns2:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns1:asiPublicTaxQuoteInput&amp;gt;&lt;/ns:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:10:08.499 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation Error</faultcode>
      <faultstring>Customer Code  is required element</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation Error</tns1:msg_code>
          <tns1:message>Customer Code  is required element</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns:debug_data xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns1:asiPublicTaxQuoteInput xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;ns2:id&amp;gt;EIP&amp;lt;/ns2:id&amp;gt;
        &amp;lt;ns2:operation&amp;gt;TaxQuote&amp;lt;/ns2:operation&amp;gt;
        &amp;lt;baseData xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/baseData&amp;gt;
        &amp;lt;customer xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address" /&amp;gt;
        &amp;lt;shipToAddress xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/shipToAddress&amp;gt;
        &amp;lt;ns2:listOfLineItem&amp;gt;
            &amp;lt;ns2:lineItem&amp;gt;
                &amp;lt;ns2:id&amp;gt;1404130478&amp;lt;/ns2:id&amp;gt;
                &amp;lt;ns2:sku&amp;gt;000000190198746689&amp;lt;/ns2:sku&amp;gt;
                &amp;lt;ns2:skuGroup&amp;gt;PHONE&amp;lt;/ns2:skuGroup&amp;gt;
                &amp;lt;ns2:isMultiComponent&amp;gt;false&amp;lt;/ns2:isMultiComponent&amp;gt;
                &amp;lt;ns2:quantity&amp;gt;1.0&amp;lt;/ns2:quantity&amp;gt;
                &amp;lt;ns2:cost&amp;gt;799.99&amp;lt;/ns2:cost&amp;gt;
                &amp;lt;ns2:salePrice&amp;gt;799.99&amp;lt;/ns2:salePrice&amp;gt;
                &amp;lt;ns2:extendedPrice&amp;gt;231.0&amp;lt;/ns2:extendedPrice&amp;gt;
                &amp;lt;ns2:taxDate&amp;gt;2019-05-06&amp;lt;/ns2:taxDate&amp;gt;
                &amp;lt;ns2:company&amp;gt;V040&amp;lt;/ns2:company&amp;gt;
                &amp;lt;ns2:contractTerm&amp;gt;18&amp;lt;/ns2:contractTerm&amp;gt;
                &amp;lt;ns2:leaseIndicator&amp;gt;false&amp;lt;/ns2:leaseIndicator&amp;gt;
                &amp;lt;ns2:transactionType&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
                &amp;lt;ns2:transactionCode&amp;gt;INV&amp;lt;/ns2:transactionCode&amp;gt;
                &amp;lt;ns2:chargeType&amp;gt;LSPYOFFEE&amp;lt;/ns2:chargeType&amp;gt;
                &amp;lt;ns2:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/ns2:leaseStartDate&amp;gt;
                &amp;lt;ns2:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/ns2:leaseEndDate&amp;gt;
            &amp;lt;/ns2:lineItem&amp;gt;
        &amp;lt;/ns2:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns1:asiPublicTaxQuoteInput&amp;gt;&lt;/ns:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.005
Then print difference 0.000
19:10:08.507 [print] Number of difference between two files :0
And match response contains 'Customer Code is required element' 0.007
com.intuit.karate.exception.KarateException: taxquotesb.feature:357 - path: , actual: '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation Error</faultcode><faultstring>Customer Code  is required element</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation Error</tns1:msg_code><tns1:message>Customer Code  is required element</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns:debug_data xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns1:asiPublicTaxQuoteInput xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;ns2:id&amp;gt;EIP&amp;lt;/ns2:id&amp;gt;
        &amp;lt;ns2:operation&amp;gt;TaxQuote&amp;lt;/ns2:operation&amp;gt;
        &amp;lt;baseData xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/baseData&amp;gt;
        &amp;lt;customer xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address" /&amp;gt;
        &amp;lt;shipToAddress xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/shipToAddress&amp;gt;
        &amp;lt;ns2:listOfLineItem&amp;gt;
            &amp;lt;ns2:lineItem&amp;gt;
                &amp;lt;ns2:id&amp;gt;1404130478&amp;lt;/ns2:id&amp;gt;
                &amp;lt;ns2:sku&amp;gt;000000190198746689&amp;lt;/ns2:sku&amp;gt;
                &amp;lt;ns2:skuGroup&amp;gt;PHONE&amp;lt;/ns2:skuGroup&amp;gt;
                &amp;lt;ns2:isMultiComponent&amp;gt;false&amp;lt;/ns2:isMultiComponent&amp;gt;
                &amp;lt;ns2:quantity&amp;gt;1.0&amp;lt;/ns2:quantity&amp;gt;
                &amp;lt;ns2:cost&amp;gt;799.99&amp;lt;/ns2:cost&amp;gt;
                &amp;lt;ns2:salePrice&amp;gt;799.99&amp;lt;/ns2:salePrice&amp;gt;
                &amp;lt;ns2:extendedPrice&amp;gt;231.0&amp;lt;/ns2:extendedPrice&amp;gt;
                &amp;lt;ns2:taxDate&amp;gt;2019-05-06&amp;lt;/ns2:taxDate&amp;gt;
                &amp;lt;ns2:company&amp;gt;V040&amp;lt;/ns2:company&amp;gt;
                &amp;lt;ns2:contractTerm&amp;gt;18&amp;lt;/ns2:contractTerm&amp;gt;
                &amp;lt;ns2:leaseIndicator&amp;gt;false&amp;lt;/ns2:leaseIndicator&amp;gt;
                &amp;lt;ns2:transactionType&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
                &amp;lt;ns2:transactionCode&amp;gt;INV&amp;lt;/ns2:transactionCode&amp;gt;
                &amp;lt;ns2:chargeType&amp;gt;LSPYOFFEE&amp;lt;/ns2:chargeType&amp;gt;
                &amp;lt;ns2:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/ns2:leaseStartDate&amp;gt;
                &amp;lt;ns2:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/ns2:leaseEndDate&amp;gt;
            &amp;lt;/ns2:lineItem&amp;gt;
        &amp;lt;/ns2:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns1:asiPublicTaxQuoteInput&amp;gt;&lt;/ns:debug_data&gt;</tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>', expected: 'Customer Code is required element', reason: not a sub-string
19:10:08.514 assertion failed: path: , actual: '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation Error</faultcode><faultstring>Customer Code  is required element</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation Error</tns1:msg_code><tns1:message>Customer Code  is required element</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns:debug_data xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns1:asiPublicTaxQuoteInput xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;ns2:id&amp;gt;EIP&amp;lt;/ns2:id&amp;gt;
        &amp;lt;ns2:operation&amp;gt;TaxQuote&amp;lt;/ns2:operation&amp;gt;
        &amp;lt;baseData xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/baseData&amp;gt;
        &amp;lt;customer xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address" /&amp;gt;
        &amp;lt;shipToAddress xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/shipToAddress&amp;gt;
        &amp;lt;ns2:listOfLineItem&amp;gt;
            &amp;lt;ns2:lineItem&amp;gt;
                &amp;lt;ns2:id&amp;gt;1404130478&amp;lt;/ns2:id&amp;gt;
                &amp;lt;ns2:sku&amp;gt;000000190198746689&amp;lt;/ns2:sku&amp;gt;
                &amp;lt;ns2:skuGroup&amp;gt;PHONE&amp;lt;/ns2:skuGroup&amp;gt;
                &amp;lt;ns2:isMultiComponent&amp;gt;false&amp;lt;/ns2:isMultiComponent&amp;gt;
                &amp;lt;ns2:quantity&amp;gt;1.0&amp;lt;/ns2:quantity&amp;gt;
                &amp;lt;ns2:cost&amp;gt;799.99&amp;lt;/ns2:cost&amp;gt;
                &amp;lt;ns2:salePrice&amp;gt;799.99&amp;lt;/ns2:salePrice&amp;gt;
                &amp;lt;ns2:extendedPrice&amp;gt;231.0&amp;lt;/ns2:extendedPrice&amp;gt;
                &amp;lt;ns2:taxDate&amp;gt;2019-05-06&amp;lt;/ns2:taxDate&amp;gt;
                &amp;lt;ns2:company&amp;gt;V040&amp;lt;/ns2:company&amp;gt;
                &amp;lt;ns2:contractTerm&amp;gt;18&amp;lt;/ns2:contractTerm&amp;gt;
                &amp;lt;ns2:leaseIndicator&amp;gt;false&amp;lt;/ns2:leaseIndicator&amp;gt;
                &amp;lt;ns2:transactionType&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
                &amp;lt;ns2:transactionCode&amp;gt;INV&amp;lt;/ns2:transactionCode&amp;gt;
                &amp;lt;ns2:chargeType&amp;gt;LSPYOFFEE&amp;lt;/ns2:chargeType&amp;gt;
                &amp;lt;ns2:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/ns2:leaseStartDate&amp;gt;
                &amp;lt;ns2:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/ns2:leaseEndDate&amp;gt;
            &amp;lt;/ns2:lineItem&amp;gt;
        &amp;lt;/ns2:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns1:asiPublicTaxQuoteInput&amp;gt;&lt;/ns:debug_data&gt;</tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>', expected: 'Customer Code is required element', reason: not a sub-string
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.152
Scenario Outline Test 'TaxQuoteRequest_checkTaxExemptionEligibility=true&CustomerCode_Null'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_checkTaxExemptionEligibility=true&CustomerCode_Null.xml') 0.003
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And request requestBody 0.000
When method POST 1.114
19:10:08.542 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2096
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>true</checkTaxExemptionEligibility>
         </baseData>
         <customer/>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:09.650 response time in milliseconds: 1107.12
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4176
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:09 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 41e42a58-a698-4f1e-64ec-a395c5f31498
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Customer Code is required element</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>Customer Code is required element</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code/&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:10:09.656 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Customer Code is required element</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>Customer Code is required element</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code/&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.022
Then print difference 0.000
19:10:09.681 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value 'Validation Error' but was 'Validation_Error' - comparing <faultcode ...>Validation Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1]
And match response contains 'Customer Code is required element' 0.004
And match difference contains 'Number of difference between two files :0' 0.002
com.intuit.karate.exception.KarateException: taxquotesb.feature:358 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value 'Validation Error' but was 'Validation_Error' - comparing <faultcode ...>Validation Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:09.688 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value 'Validation Error' but was 'Validation_Error' - comparing <faultcode ...>Validation Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.226
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_isMultiComponent_Null.xml') 0.015
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.003
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.001
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.186
19:10:09.741 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2095
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:10.917 response time in milliseconds: 1173.32
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:10 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: d8ec640c-a7c8-44fa-5308-5bf0fffcaff0
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>isMultiComponent is missing</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>isMultiComponent is missing</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:10:10.922 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>isMultiComponent is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>isMultiComponent is missing</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:returnAssisted xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;true&amp;lt;/ns2:returnAssisted&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:10:10.930 [print] Number of difference between two files :0
And match response contains 'isMultiComponent is missing' 0.005
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.207
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_isMultiComponent_Null.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.162
19:10:10.959 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2095
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <returnAssisted>true</returnAssisted>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:12.117 response time in milliseconds: 1156.02
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4756
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:11 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 060caf61-6539-4716-6e46-0a2cc5c02506
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>isMultiComponent is missing</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>isMultiComponent is missing</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent/&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.006
19:10:12.126 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>isMultiComponent is missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>isMultiComponent is missing</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent/&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.023
Then print difference 0.000
19:10:12.151 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'isMultiComponent is missing' 0.004
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.249
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_returnAssisted_Null.xml') 0.010
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.221
19:10:12.188 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2103
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:13.404 response time in milliseconds: 1213.90
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:12 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 1e4b0bf2-be76-4a5b-6cbe-cc4f85b7366f
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>ReturnAssistedParameters missing</faultstring><faultactor>LEASE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>LEASE</tns1:key><tns1:msg_code>Validation_Error</tns1:msg_code><tns1:message>ReturnAssistedParameters missing</tns1:message><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:10:13.408 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>ReturnAssistedParameters missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>LEASE</tns1:key>
          <tns1:msg_code>Validation_Error</tns1:msg_code>
          <tns1:message>ReturnAssistedParameters missing</tns1:message>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;ns:csiCommonTaxQuoteInput xmlns:ns="http://www.siebel.com/uan/csi/tax" xmlns:ansbw7="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapInput" xmlns:pfx6="http://www.siebel.com/uan/csi/tax" xmlns:ansbw9="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx7="http://www.t-mobile.com/common/tax" xmlns:ns8="http://www.siebel.com/uan/csi/csicommon" xmlns:tns="/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy.process/MapLineItemData" xmlns:ns2="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:ns1="http://www.siebel.com/uan/commonobjects/common"&amp;gt;
    &amp;lt;ns8:sourceApp&amp;gt;
        &amp;lt;ns1:instance /&amp;gt;
        &amp;lt;ns1:type /&amp;gt;
    &amp;lt;/ns8:sourceApp&amp;gt;
    &amp;lt;ns:taxQuoteRequest&amp;gt;
        &amp;lt;pfx7:id&amp;gt;EIP&amp;lt;/pfx7:id&amp;gt;
        &amp;lt;pfx7:operation&amp;gt;TaxQuote&amp;lt;/pfx7:operation&amp;gt;
        &amp;lt;pfx7:baseData xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:origTransactionId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP20190506000785051&amp;lt;/ns2:origTransactionId&amp;gt;
            &amp;lt;ns2:transactionType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;LEASE&amp;lt;/ns2:transactionType&amp;gt;
            &amp;lt;ns2:transactionDate xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;2019-05-06&amp;lt;/ns2:transactionDate&amp;gt;
            &amp;lt;ns2:sourceApp xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;EIP&amp;lt;/ns2:sourceApp&amp;gt;
            &amp;lt;ns2:companyCode xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;V040&amp;lt;/ns2:companyCode&amp;gt;
            &amp;lt;ns2:accountType xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;I&amp;lt;/ns2:accountType&amp;gt;
            &amp;lt;ns2:accountSubtype xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;R&amp;lt;/ns2:accountSubtype&amp;gt;
            &amp;lt;ns2:checkTaxExemptionEligibility xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;false&amp;lt;/ns2:checkTaxExemptionEligibility&amp;gt;
         &amp;lt;/pfx7:baseData&amp;gt;
        &amp;lt;pfx4:customer xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ansbw7="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx4="http://www.t-mobile.com/common/tax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.t-mobile.com/co/account/accountsearch" xmlns:ns1="http://www.siebel.com/uan/csi/csicommon"&amp;gt;
            &amp;lt;pfx4:code&amp;gt;617918334&amp;lt;/pfx4:code&amp;gt;
            &amp;lt;pfx4:taxId /&amp;gt;
        &amp;lt;/pfx4:customer&amp;gt;
        &amp;lt;pfx7:shipToAddress xmlns:pfx6="http://www.t-mobile.com/csi/account/accountsearch/getaccountforban" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw7="/Applications/Public/TransformationandValidationProcesses/Tax/TaxQuoteValidation.process/MapPublicToCommon" xmlns:pfx4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx5="http://www.siebel.com/uan/csi/tax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ansbw6="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteSrcProxy-Start-Input.xsd" xmlns:ansbw8="/serviceTaxQuote/Applications/Public/ProxyProcesses/Tax/PublicTaxQuoteDetailsCacheSrcProxy-Start-Input.xsd" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns="http://www.t-mobile.com/common/tax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.t-mobile.com/common/address"&amp;gt;
            &amp;lt;ns2:taxAeraId xmlns:ns2="http://www.t-mobile.com/common/tax"&amp;gt;181110490&amp;lt;/ns2:taxAeraId&amp;gt;
         &amp;lt;/pfx7:shipToAddress&amp;gt;
        &amp;lt;pfx7:shipFromAddress&amp;gt;
            &amp;lt;pfx7:taxAeraId&amp;gt;181110490&amp;lt;/pfx7:taxAeraId&amp;gt;
        &amp;lt;/pfx7:shipFromAddress&amp;gt;
        &amp;lt;pfx7:listOfLineItem&amp;gt;
            &amp;lt;pfx7:lineItem&amp;gt;
                &amp;lt;pfx7:id&amp;gt;1404130478&amp;lt;/pfx7:id&amp;gt;
                &amp;lt;pfx7:sku&amp;gt;000000190198746689&amp;lt;/pfx7:sku&amp;gt;
                &amp;lt;pfx7:skuGroup&amp;gt;PHONE&amp;lt;/pfx7:skuGroup&amp;gt;
                &amp;lt;pfx7:isMultiComponent&amp;gt;false&amp;lt;/pfx7:isMultiComponent&amp;gt;
                &amp;lt;pfx7:quantity&amp;gt;1.0&amp;lt;/pfx7:quantity&amp;gt;
                &amp;lt;pfx7:cost&amp;gt;799.99&amp;lt;/pfx7:cost&amp;gt;
                &amp;lt;pfx7:salePrice&amp;gt;799.99&amp;lt;/pfx7:salePrice&amp;gt;
                &amp;lt;pfx7:extendedPrice&amp;gt;231.0&amp;lt;/pfx7:extendedPrice&amp;gt;
                &amp;lt;pfx7:taxDate&amp;gt;2019-05-06&amp;lt;/pfx7:taxDate&amp;gt;
                &amp;lt;pfx7:customer&amp;gt;
                    &amp;lt;pfx7:exemptionCertificate /&amp;gt;
                &amp;lt;/pfx7:customer&amp;gt;
                &amp;lt;pfx7:company&amp;gt;V040&amp;lt;/pfx7:company&amp;gt;
                &amp;lt;pfx7:contractTerm&amp;gt;18&amp;lt;/pfx7:contractTerm&amp;gt;
                &amp;lt;pfx7:leaseIndicator&amp;gt;false&amp;lt;/pfx7:leaseIndicator&amp;gt;
                &amp;lt;pfx7:transactionType&amp;gt;LEASE&amp;lt;/pfx7:transactionType&amp;gt;
                &amp;lt;pfx7:transactionCode&amp;gt;INV&amp;lt;/pfx7:transactionCode&amp;gt;
                &amp;lt;pfx7:chargeType&amp;gt;LSPYOFFEE&amp;lt;/pfx7:chargeType&amp;gt;
                &amp;lt;pfx7:leaseStartDate&amp;gt;2018-07-24T15:49:44&amp;lt;/pfx7:leaseStartDate&amp;gt;
                &amp;lt;pfx7:leaseEndDate&amp;gt;2020-01-23T15:49:44&amp;lt;/pfx7:leaseEndDate&amp;gt;
            &amp;lt;/pfx7:lineItem&amp;gt;
        &amp;lt;/pfx7:listOfLineItem&amp;gt;
    &amp;lt;/ns:taxQuoteRequest&amp;gt;
&amp;lt;/ns:csiCommonTaxQuoteInput&amp;gt;&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:10:13.414 [print] Number of difference between two files :0
And match response contains 'ReturnAssistedParameters missing' 0.005
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.224
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_returnAssisted_Null.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.000
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.193
19:10:13.441 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2103
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>EIP</id>
         <operation>TaxQuote</operation>
         <baseData>
            <origTransactionId>EIP20190506000785051</origTransactionId>
            <transactionType>LEASE</transactionType>
            <transactionDate>2019-05-06</transactionDate>
            <sourceApp>EIP</sourceApp>
            <companyCode>V040</companyCode>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <shipToAddress>
            <taxAeraId>181110490</taxAeraId>
         </shipToAddress>
         <listOfLineItem>
            <lineItem>
               <id>1404130478</id>
               <sku>000000190198746689</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>799.99</cost>
               <salePrice>799.99</salePrice>
               <extendedPrice>231.0</extendedPrice>
               <taxDate>2019-05-06</taxDate>
               <company>V040</company>
               <contractTerm>18</contractTerm>
               <leaseIndicator>false</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>INV</transactionCode>
               <chargeType>LSPYOFFEE</chargeType>
               <leaseStartDate>2018-07-24T15:49:44</leaseStartDate>
               <leaseEndDate>2020-01-23T15:49:44</leaseEndDate>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:14.630 response time in milliseconds: 1186.81
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4769
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:14 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 9fabe6f3-a79e-466c-699d-2cb6b53639d7
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>ReturnAssistedParameters missing</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>ReturnAssistedParameters missing</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted/&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:10:14.635 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>ReturnAssistedParameters missing</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>ReturnAssistedParameters missing</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20190506000785051&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1557126000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted/&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;false&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1404130478&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198746689&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;799.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;799.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;231.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1557126000000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1532472584000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1579823384000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.016
Then print difference 0.000
19:10:14.654 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'ReturnAssistedParameters missing' 0.001
And match difference contains 'Number of difference between two files :0' 0.000
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.589
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_POS_InvalidTaxAreaId.xml') 0.007
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.526
19:10:14.682 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 1897
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>POS</id>
         <operation>TaxQuote</operation>
         <baseData>
            <transactionType>SALE</transactionType>
            <transactionDate>2020-12-28-08:00</transactionDate>
            <sourceApp>POS</sourceApp>
            <returnAssisted>true</returnAssisted>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <listOfLineItem>
            <lineItem>
               <id>1</id>
               <sku>000000190198342560</sku>
               <skuGroup>COMP1</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.0</cost>
               <salePrice>699.99</salePrice>
               <extendedPrice>699.99</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2020-12-28-08:00</taxDate>
               <storeLocationCode>7806</storeLocationCode>
               <shipFromAddress>
                  <taxAeraId>0000</taxAeraId>
               </shipFromAddress>
               <shipToAddress>
                  <taxAeraId>0000</taxAeraId>
               </shipToAddress>
               <company>V040</company>
               <originalTransactionId>20200820780626063867</originalTransactionId>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:16.203 response time in milliseconds: 1173.60
1 < 500
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:15 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 17865dcc-55df-4c45-7511-606ae59e7a91
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>Operation Error</faultstring><faultactor>SALE</faultactor><detail><tns2:Error_Short_Message xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault"><tns1:key>SALE</tns1:key><tns1:message /><tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?>&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527">TIBCO-BW-BINDING-SOAP-550100: Received SOAP Fault from the service provider of the Operation [{http://www.vertexinc.com/oseries/services/CalculateTax90}calculateTax90], SoapReferenceBinding [SOAPReferenceBinding], Application [serviceTaxQuote.application:1.0].  SOAP Fault received: [&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
    &amp;lt;soapenv:Body&amp;gt;
        &amp;lt;soapenv:Fault&amp;gt;
            &amp;lt;faultcode&amp;gt;soapenv:Client&amp;lt;/faultcode&amp;gt;
            &amp;lt;faultstring xml:lang="en"&amp;gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.&amp;lt;/faultstring&amp;gt;
            &amp;lt;detail&amp;gt;
                &amp;lt;ns2:VertexException xmlns:ns2="urn:vertexinc:oseries:exception:1:0"&amp;gt;
                    &amp;lt;exceptionType&amp;gt;VertexApplicationException&amp;lt;/exceptionType&amp;gt;
                    &amp;lt;rootCause&amp;gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.
&amp;lt;/rootCause&amp;gt;
                &amp;lt;/ns2:VertexException&amp;gt;
            &amp;lt;/detail&amp;gt;
        &amp;lt;/soapenv:Fault&amp;gt;
    &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;
]
	at com.tibco.bw.core.runtime.bx.BWBxEngineContext.customizeFaultDetails(BWBxEngineContext.java:598)
	at com.tibco.bx.core.BxSystemImpl.customizeFaultDetails(BxSystemImpl.java:2108)
	at com.tibco.bx.core.behaviors.activity.BxCatchAllBehavior.processExtensionAttributes(BxCatchAllBehavior.java:86)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.eval(BxLinkBehavior.java:113)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.enter(BxLinkBehavior.java:76)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.enter(BxLinkBehavior.java:1)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleModelEvent(IpmEventDirectorBase.java:192)
	at com.tibco.pvm.im.rt.xm.util.work.ImxEventDirector.invokeModelEvent(ImxEventDirector.java:30)
	at com.tibco.pvm.im.rt.xm.util.work.ImxProcessWork.invokeModelEvent(ImxProcessWork.java:125)
	at com.tibco.pvm.im.rt.xm.ImxInstControl.invokeModelEvent(ImxInstControl.java:145)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.invokeEnterOnErrorTransition(BxActivityBaseBehavior.java:3290)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.onFault(BxActivityBaseBehavior.java:2528)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1153)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleModelEvent(IpmEventDirectorBase.java:204)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleEvent(IpmEventDirectorBase.java:111)
	at com.tibco.pvm.infra.support.work.impl.WorkItemAbstract.execute(WorkItemAbstract.java:177)
	at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.doWorkBlock(ImxSTWorkRunnable.java:170)
	at com.tibco.pvm.infra.services.engine.impl.STWorkRunnable.run(STWorkRunnable.java:50)
	at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.run(ImxSTWorkRunnable.java:62)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: com.tibco.bw.binding.soap.DefaultFault: TIBCO-BW-BINDING-SOAP-550100: Received SOAP Fault from the service provider of the Operation [{http://www.vertexinc.com/oseries/services/CalculateTax90}calculateTax90], SoapReferenceBinding [SOAPReferenceBinding], Application [serviceTaxQuote.application:1.0].  SOAP Fault received: [&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
    &amp;lt;soapenv:Body&amp;gt;
        &amp;lt;soapenv:Fault&amp;gt;
            &amp;lt;faultcode&amp;gt;soapenv:Client&amp;lt;/faultcode&amp;gt;
            &amp;lt;faultstring xml:lang="en"&amp;gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.&amp;lt;/faultstring&amp;gt;
            &amp;lt;detail&amp;gt;
                &amp;lt;ns2:VertexException xmlns:ns2="urn:vertexinc:oseries:exception:1:0"&amp;gt;
                    &amp;lt;exceptionType&amp;gt;VertexApplicationException&amp;lt;/exceptionType&amp;gt;
                    &amp;lt;rootCause&amp;gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.
&amp;lt;/rootCause&amp;gt;
                &amp;lt;/ns2:VertexException&amp;gt;
            &amp;lt;/detail&amp;gt;
        &amp;lt;/soapenv:Fault&amp;gt;
    &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;
]
	at com.tibco.bw.binding.soap.runtime.reference.ReferenceReplyHandler.onFault(ReferenceReplyHandler.java:333)
	at com.tibco.bw.binding.soap.runtime.axis2.BWOutInAxisOperationClient$NonBlockingInvocationWorker.run(BWOutInAxisOperation.java:415)
	... 3 more
&lt;/ns12:debug_data></tns1:debug_data><tns1:action>notify</tns1:action><tns1:stack_trace>TIBCO-BW-BINDING-SOAP-550100: Received SOAP Fault from the service provider of the Operation [{http://www.vertexinc.com/oseries/services/CalculateTax90}calculateTax90], SoapReferenceBinding [SOAPReferenceBinding], Application [serviceTaxQuote.application:1.0].  SOAP Fault received: [&lt;?xml version="1.0" encoding="UTF-8"?>&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    &lt;soapenv:Body>
        &lt;soapenv:Fault>
            &lt;faultcode>soapenv:Client&lt;/faultcode>
            &lt;faultstring xml:lang="en">The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.&lt;/faultstring>
            &lt;detail>
                &lt;ns2:VertexException xmlns:ns2="urn:vertexinc:oseries:exception:1:0">
                    &lt;exceptionType>VertexApplicationException&lt;/exceptionType>
                    &lt;rootCause>The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.
&lt;/rootCause>
                &lt;/ns2:VertexException>
            &lt;/detail>
        &lt;/soapenv:Fault>
    &lt;/soapenv:Body>
&lt;/soapenv:Envelope>
]
	at com.tibco.bw.core.runtime.bx.BWBxEngineContext.customizeFaultDetails(BWBxEngineContext.java:598)
	at com.tibco.bx.core.BxSystemImpl.customizeFaultDetails(BxSystemImpl.java:2108)
	at com.tibco.bx.core.behaviors.activity.BxCatchAllBehavior.processExtensionAttributes(BxCatchAllBehavior.java:86)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.eval(BxLinkBehavior.java:113)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.enter(BxLinkBehavior.java:76)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.enter(BxLinkBehavior.java:1)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleModelEvent(IpmEventDirectorBase.java:192)
	at com.tibco.pvm.im.rt.xm.util.work.ImxEventDirector.invokeModelEvent(ImxEventDirector.java:30)
	at com.tibco.pvm.im.rt.xm.util.work.ImxProcessWork.invokeModelEvent(ImxProcessWork.java:125)
	at com.tibco.pvm.im.rt.xm.ImxInstControl.invokeModelEvent(ImxInstControl.java:145)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.invokeEnterOnErrorTransition(BxActivityBaseBehavior.java:3290)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.onFault(BxActivityBaseBehavior.java:2528)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1153)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleModelEvent(IpmEventDirectorBase.java:204)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleEvent(IpmEventDirectorBase.java:111)
	at com.tibco.pvm.infra.support.work.impl.WorkItemAbstract.execute(WorkItemAbstract.java:177)
	at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.doWorkBlock(ImxSTWorkRunnable.java:170)
	at com.tibco.pvm.infra.services.engine.impl.STWorkRunnable.run(STWorkRunnable.java:50)
	at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.run(ImxSTWorkRunnable.java:62)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: com.tibco.bw.binding.soap.DefaultFault: TIBCO-BW-BINDING-SOAP-550100: Received SOAP Fault from the service provider of the Operation [{http://www.vertexinc.com/oseries/services/CalculateTax90}calculateTax90], SoapReferenceBinding [SOAPReferenceBinding], Application [serviceTaxQuote.application:1.0].  SOAP Fault received: [&lt;?xml version="1.0" encoding="UTF-8"?>&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    &lt;soapenv:Body>
        &lt;soapenv:Fault>
            &lt;faultcode>soapenv:Client&lt;/faultcode>
            &lt;faultstring xml:lang="en">The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.&lt;/faultstring>
            &lt;detail>
                &lt;ns2:VertexException xmlns:ns2="urn:vertexinc:oseries:exception:1:0">
                    &lt;exceptionType>VertexApplicationException&lt;/exceptionType>
                    &lt;rootCause>The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.
&lt;/rootCause>
                &lt;/ns2:VertexException>
            &lt;/detail>
        &lt;/soapenv:Fault>
    &lt;/soapenv:Body>
&lt;/soapenv:Envelope>
]
	at com.tibco.bw.binding.soap.runtime.reference.ReferenceReplyHandler.onFault(ReferenceReplyHandler.java:333)
	at com.tibco.bw.binding.soap.runtime.axis2.BWOutInAxisOperationClient$NonBlockingInvocationWorker.run(BWOutInAxisOperation.java:415)
	... 3 more
</tns1:stack_trace><tns1:process_stack>servicetaxquote.TaxQuotePort/PublicTaxQuoteSrcASF->Applications.Public.AdapterSimulationFlows.Tax.PublicTaxQuoteSrcASF/Call-Proxy->Applications.Public.ProxyProcesses.Tax.PublicTaxQuoteSrcProxy/PublicTaxQuoteRequestSrcProxy->Applications.Public.ProxyProcesses.Tax.PublicTaxQuoteRequestSrcProxy/VertexTaxQuoteABP_RV->Applications.Vertex.ApplicationBusinessProcesses.Tax.VertexTaxQuoteABP_RV/callABP->Applications.Vertex.ApplicationBusinessProcesses.Tax.VertexTaxQuoteABP/Call-TaxQuoteTarASF->Applications.Vertex.AdapterSimulationFlows.Tax.VertexTaxQuoteTarASF/Invoke</tns1:process_stack></tns2:Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.036
19:10:16.241 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>soapenv:Server</faultcode>
      <faultstring>Operation Error</faultstring>
      <faultactor>SALE</faultactor>
      <detail>
        <tns2:Error_Short_Message xmlns:ns="http://xmlns.example.com/unique/default/namespace/1073503881527" xmlns:tns1="http://www.t-mobile.com/esi/base/fault" xmlns:tns2="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="tns1:esiFault">
          <tns1:key>SALE</tns1:key>
          <tns1:message/>
          <tns1:debug_data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;ns12:debug_data xmlns:ns12="http://xmlns.example.com/unique/default/namespace/1073503881527"&gt;TIBCO-BW-BINDING-SOAP-550100: Received SOAP Fault from the service provider of the Operation [{http://www.vertexinc.com/oseries/services/CalculateTax90}calculateTax90], SoapReferenceBinding [SOAPReferenceBinding], Application [serviceTaxQuote.application:1.0].  SOAP Fault received: [&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
    &amp;lt;soapenv:Body&amp;gt;
        &amp;lt;soapenv:Fault&amp;gt;
            &amp;lt;faultcode&amp;gt;soapenv:Client&amp;lt;/faultcode&amp;gt;
            &amp;lt;faultstring xml:lang="en"&amp;gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.&amp;lt;/faultstring&amp;gt;
            &amp;lt;detail&amp;gt;
                &amp;lt;ns2:VertexException xmlns:ns2="urn:vertexinc:oseries:exception:1:0"&amp;gt;
                    &amp;lt;exceptionType&amp;gt;VertexApplicationException&amp;lt;/exceptionType&amp;gt;
                    &amp;lt;rootCause&amp;gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.
&amp;lt;/rootCause&amp;gt;
                &amp;lt;/ns2:VertexException&amp;gt;
            &amp;lt;/detail&amp;gt;
        &amp;lt;/soapenv:Fault&amp;gt;
    &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;
]
	at com.tibco.bw.core.runtime.bx.BWBxEngineContext.customizeFaultDetails(BWBxEngineContext.java:598)
	at com.tibco.bx.core.BxSystemImpl.customizeFaultDetails(BxSystemImpl.java:2108)
	at com.tibco.bx.core.behaviors.activity.BxCatchAllBehavior.processExtensionAttributes(BxCatchAllBehavior.java:86)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.eval(BxLinkBehavior.java:113)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.enter(BxLinkBehavior.java:76)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.enter(BxLinkBehavior.java:1)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleModelEvent(IpmEventDirectorBase.java:192)
	at com.tibco.pvm.im.rt.xm.util.work.ImxEventDirector.invokeModelEvent(ImxEventDirector.java:30)
	at com.tibco.pvm.im.rt.xm.util.work.ImxProcessWork.invokeModelEvent(ImxProcessWork.java:125)
	at com.tibco.pvm.im.rt.xm.ImxInstControl.invokeModelEvent(ImxInstControl.java:145)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.invokeEnterOnErrorTransition(BxActivityBaseBehavior.java:3290)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.onFault(BxActivityBaseBehavior.java:2528)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1153)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleModelEvent(IpmEventDirectorBase.java:204)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleEvent(IpmEventDirectorBase.java:111)
	at com.tibco.pvm.infra.support.work.impl.WorkItemAbstract.execute(WorkItemAbstract.java:177)
	at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.doWorkBlock(ImxSTWorkRunnable.java:170)
	at com.tibco.pvm.infra.services.engine.impl.STWorkRunnable.run(STWorkRunnable.java:50)
	at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.run(ImxSTWorkRunnable.java:62)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: com.tibco.bw.binding.soap.DefaultFault: TIBCO-BW-BINDING-SOAP-550100: Received SOAP Fault from the service provider of the Operation [{http://www.vertexinc.com/oseries/services/CalculateTax90}calculateTax90], SoapReferenceBinding [SOAPReferenceBinding], Application [serviceTaxQuote.application:1.0].  SOAP Fault received: [&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
    &amp;lt;soapenv:Body&amp;gt;
        &amp;lt;soapenv:Fault&amp;gt;
            &amp;lt;faultcode&amp;gt;soapenv:Client&amp;lt;/faultcode&amp;gt;
            &amp;lt;faultstring xml:lang="en"&amp;gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.&amp;lt;/faultstring&amp;gt;
            &amp;lt;detail&amp;gt;
                &amp;lt;ns2:VertexException xmlns:ns2="urn:vertexinc:oseries:exception:1:0"&amp;gt;
                    &amp;lt;exceptionType&amp;gt;VertexApplicationException&amp;lt;/exceptionType&amp;gt;
                    &amp;lt;rootCause&amp;gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.
&amp;lt;/rootCause&amp;gt;
                &amp;lt;/ns2:VertexException&amp;gt;
            &amp;lt;/detail&amp;gt;
        &amp;lt;/soapenv:Fault&amp;gt;
    &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;
]
	at com.tibco.bw.binding.soap.runtime.reference.ReferenceReplyHandler.onFault(ReferenceReplyHandler.java:333)
	at com.tibco.bw.binding.soap.runtime.axis2.BWOutInAxisOperationClient$NonBlockingInvocationWorker.run(BWOutInAxisOperation.java:415)
	... 3 more
&lt;/ns12:debug_data&gt;</tns1:debug_data>
          <tns1:action>notify</tns1:action>
          <tns1:stack_trace>TIBCO-BW-BINDING-SOAP-550100: Received SOAP Fault from the service provider of the Operation [{http://www.vertexinc.com/oseries/services/CalculateTax90}calculateTax90], SoapReferenceBinding [SOAPReferenceBinding], Application [serviceTaxQuote.application:1.0].  SOAP Fault received: [&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt;
    &lt;soapenv:Body&gt;
        &lt;soapenv:Fault&gt;
            &lt;faultcode&gt;soapenv:Client&lt;/faultcode&gt;
            &lt;faultstring xml:lang="en"&gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.&lt;/faultstring&gt;
            &lt;detail&gt;
                &lt;ns2:VertexException xmlns:ns2="urn:vertexinc:oseries:exception:1:0"&gt;
                    &lt;exceptionType&gt;VertexApplicationException&lt;/exceptionType&gt;
                    &lt;rootCause&gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.
&lt;/rootCause&gt;
                &lt;/ns2:VertexException&gt;
            &lt;/detail&gt;
        &lt;/soapenv:Fault&gt;
    &lt;/soapenv:Body&gt;
&lt;/soapenv:Envelope&gt;
]
	at com.tibco.bw.core.runtime.bx.BWBxEngineContext.customizeFaultDetails(BWBxEngineContext.java:598)
	at com.tibco.bx.core.BxSystemImpl.customizeFaultDetails(BxSystemImpl.java:2108)
	at com.tibco.bx.core.behaviors.activity.BxCatchAllBehavior.processExtensionAttributes(BxCatchAllBehavior.java:86)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.eval(BxLinkBehavior.java:113)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.enter(BxLinkBehavior.java:76)
	at com.tibco.bx.core.behaviors.link.BxLinkBehavior.enter(BxLinkBehavior.java:1)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleModelEvent(IpmEventDirectorBase.java:192)
	at com.tibco.pvm.im.rt.xm.util.work.ImxEventDirector.invokeModelEvent(ImxEventDirector.java:30)
	at com.tibco.pvm.im.rt.xm.util.work.ImxProcessWork.invokeModelEvent(ImxProcessWork.java:125)
	at com.tibco.pvm.im.rt.xm.ImxInstControl.invokeModelEvent(ImxInstControl.java:145)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.invokeEnterOnErrorTransition(BxActivityBaseBehavior.java:3290)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.onFault(BxActivityBaseBehavior.java:2528)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1153)
	at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleModelEvent(IpmEventDirectorBase.java:204)
	at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleEvent(IpmEventDirectorBase.java:111)
	at com.tibco.pvm.infra.support.work.impl.WorkItemAbstract.execute(WorkItemAbstract.java:177)
	at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.doWorkBlock(ImxSTWorkRunnable.java:170)
	at com.tibco.pvm.infra.services.engine.impl.STWorkRunnable.run(STWorkRunnable.java:50)
	at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.run(ImxSTWorkRunnable.java:62)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: com.tibco.bw.binding.soap.DefaultFault: TIBCO-BW-BINDING-SOAP-550100: Received SOAP Fault from the service provider of the Operation [{http://www.vertexinc.com/oseries/services/CalculateTax90}calculateTax90], SoapReferenceBinding [SOAPReferenceBinding], Application [serviceTaxQuote.application:1.0].  SOAP Fault received: [&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt;
    &lt;soapenv:Body&gt;
        &lt;soapenv:Fault&gt;
            &lt;faultcode&gt;soapenv:Client&lt;/faultcode&gt;
            &lt;faultstring xml:lang="en"&gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.&lt;/faultstring&gt;
            &lt;detail&gt;
                &lt;ns2:VertexException xmlns:ns2="urn:vertexinc:oseries:exception:1:0"&gt;
                    &lt;exceptionType&gt;VertexApplicationException&lt;/exceptionType&gt;
                    &lt;rootCause&gt;The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.
&lt;/rootCause&gt;
                &lt;/ns2:VertexException&gt;
            &lt;/detail&gt;
        &lt;/soapenv:Fault&gt;
    &lt;/soapenv:Body&gt;
&lt;/soapenv:Envelope&gt;
]
	at com.tibco.bw.binding.soap.runtime.reference.ReferenceReplyHandler.onFault(ReferenceReplyHandler.java:333)
	at com.tibco.bw.binding.soap.runtime.axis2.BWOutInAxisOperationClient$NonBlockingInvocationWorker.run(BWOutInAxisOperation.java:415)
	... 3 more</tns1:stack_trace>
          <tns1:process_stack>servicetaxquote.TaxQuotePort/PublicTaxQuoteSrcASF-&gt;Applications.Public.AdapterSimulationFlows.Tax.PublicTaxQuoteSrcASF/Call-Proxy-&gt;Applications.Public.ProxyProcesses.Tax.PublicTaxQuoteSrcProxy/PublicTaxQuoteRequestSrcProxy-&gt;Applications.Public.ProxyProcesses.Tax.PublicTaxQuoteRequestSrcProxy/VertexTaxQuoteABP_RV-&gt;Applications.Vertex.ApplicationBusinessProcesses.Tax.VertexTaxQuoteABP_RV/callABP-&gt;Applications.Vertex.ApplicationBusinessProcesses.Tax.VertexTaxQuoteABP/Call-TaxQuoteTarASF-&gt;Applications.Vertex.AdapterSimulationFlows.Tax.VertexTaxQuoteTarASF/Invoke</tns1:process_stack>
        </tns2:Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.002
* def difference = write(responseXml,filename) 0.006
Then print difference 0.000
19:10:16.254 [print] Number of difference between two files :0
And match response contains 'The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.' 0.004
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.357
Scenario Outline Test 'TaxQuoteRequest_POS_InvalidTaxAreaId'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_POS_InvalidTaxAreaId.xml') 0.005
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.002
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.208
19:10:16.299 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 1897
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>POS</id>
         <operation>TaxQuote</operation>
         <baseData>
            <transactionType>SALE</transactionType>
            <transactionDate>2020-12-28-08:00</transactionDate>
            <sourceApp>POS</sourceApp>
            <returnAssisted>true</returnAssisted>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <listOfLineItem>
            <lineItem>
               <id>1</id>
               <sku>000000190198342560</sku>
               <skuGroup>COMP1</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.0</cost>
               <salePrice>699.99</salePrice>
               <extendedPrice>699.99</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2020-12-28-08:00</taxDate>
               <storeLocationCode>7806</storeLocationCode>
               <shipFromAddress>
                  <taxAeraId>0000</taxAeraId>
               </shipFromAddress>
               <shipToAddress>
                  <taxAeraId>0000</taxAeraId>
               </shipToAddress>
               <company>V040</company>
               <originalTransactionId>20200820780626063867</originalTransactionId>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:17.499 response time in milliseconds: 1196.38
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 4554
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:17 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: b38ff5fe-55b0-401c-590a-fed8f44c9adf
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>Error in configuring vertex call Error in Vertex Call The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.[Ljava.lang.StackTraceElement;@c5474a0</faultstring><faultactor>SALE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>SALE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>Error in configuring vertex call Error in Vertex Call The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.[Ljava.lang.StackTraceElement;@c5474a0</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;POS&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId/&amp;gt;&amp;lt;transactionType&amp;gt;SALE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609142400000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;POS&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType/&amp;gt;&amp;lt;accountSubtype/&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198342560&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;0.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;699.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;699.99&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount&amp;gt;0.0&amp;lt;/instantRebateAmount&amp;gt;&amp;lt;discount&amp;gt;&amp;lt;amount&amp;gt;0.0&amp;lt;/amount&amp;gt;&amp;lt;percent/&amp;gt;&amp;lt;discountCode/&amp;gt;&amp;lt;/discount&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1609142400000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode&amp;gt;7806&amp;lt;/storeLocationCode&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;0&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;0&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId&amp;gt;20200820780626063867&amp;lt;/originalTransactionId&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.064
19:10:17.567 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>Error in configuring vertex call Error in Vertex Call The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.[Ljava.lang.StackTraceElement;@c5474a0</faultstring>
      <faultactor>SALE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>SALE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>Error in configuring vertex call Error in Vertex Call The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.[Ljava.lang.StackTraceElement;@c5474a0</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;POS&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId/&amp;gt;&amp;lt;transactionType&amp;gt;SALE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609142400000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;POS&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType/&amp;gt;&amp;lt;accountSubtype/&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198342560&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;0.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;699.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;699.99&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount&amp;gt;0.0&amp;lt;/instantRebateAmount&amp;gt;&amp;lt;discount&amp;gt;&amp;lt;amount&amp;gt;0.0&amp;lt;/amount&amp;gt;&amp;lt;percent/&amp;gt;&amp;lt;discountCode/&amp;gt;&amp;lt;/discount&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1609142400000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode&amp;gt;7806&amp;lt;/storeLocationCode&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;0&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;0&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId&amp;gt;20200820780626063867&amp;lt;/originalTransactionId&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.046
Then print difference 0.001
19:10:17.619 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected text value 'soapenv:Server' but was 'Validation_Error' - comparing <faultcode ...>soapenv:Server</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
Expected text value 'Operation Error' but was 'Error in configuring vertex call Error in Vertex Call The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.[Ljava.lang.StackTraceElement;@c5474a0' - comparing <faultstring ...>Operation Error</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] to <faultstring ...>Error in configuring vertex call Error in Vertex Call The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.[Ljava.lang.StackTraceElement;@c5474a0</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1]
And match response contains 'The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.' 0.021
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:436 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected text value 'soapenv:Server' but was 'Validation_Error' - comparing <faultcode ...>soapenv:Server</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
Expected text value 'Operation Error' but was 'Error in configuring vertex call Error in Vertex Call The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.[Ljava.lang.StackTraceElement;@c5474a0' - comparing <faultstring ...>Operation Error</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] to <faultstring ...>Error in configuring vertex call Error in Vertex Call The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.[Ljava.lang.StackTraceElement;@c5474a0</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:17.642 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected text value 'soapenv:Server' but was 'Validation_Error' - comparing <faultcode ...>soapenv:Server</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] to <faultcode ...>Validation_Error</faultcode> at /Envelope[1]/Body[1]/Fault[1]/faultcode[1]/text()[1] 
Expected text value 'Operation Error' but was 'Error in configuring vertex call Error in Vertex Call The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.[Ljava.lang.StackTraceElement;@c5474a0' - comparing <faultstring ...>Operation Error</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] to <faultstring ...>Error in configuring vertex call Error in Vertex Call The LocationRole being added is invalid. This might be due to an invalid location or an invalid address field. Make sure that the locationRole is valid, and try again.[Ljava.lang.StackTraceElement;@c5474a0</faultstring> at /Envelope[1]/Body[1]/Fault[1]/faultstring[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.042
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_EIP_LEASE.xml') 0.009
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.996
19:10:17.693 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 5211
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns="http://www.t-mobile.com/common/common" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/common/address" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns0:id>EIP</ns0:id>
         <ns0:operation>TaxQuote</ns0:operation>
         <ns0:baseData>
            <ns0:origTransactionId>EIP20201229000005835</ns0:origTransactionId>
            <ns0:transactionType>LEASE</ns0:transactionType>
            <ns0:transactionDate>2020-12-29</ns0:transactionDate>
            <ns0:sourceApp>EIP</ns0:sourceApp>
            <ns0:returnAssisted>true</ns0:returnAssisted>
            <ns0:companyCode>V040</ns0:companyCode>
            <ns0:accountType>B</ns0:accountType>
            <ns0:accountSubtype>R</ns0:accountSubtype>
            <ns0:checkTaxExemptionEligibility>false</ns0:checkTaxExemptionEligibility>
         </ns0:baseData>
         <ns0:extData>
            <additionalData>
               <nvPair>
                  <name>TAXEXEMPTINDICATOR</name>
                  <value>false</value>
               </nvPair>
            </additionalData>
         </ns0:extData>
         <ns0:customer>
            <code>617918334</code>
         </ns0:customer>
         <ns0:listOfLineItem>
            <ns0:lineItem>
               <ns0:id>11</ns0:id>
               <ns0:sku>000000190198459152</ns0:sku>
               <ns0:skuGroup>PHONE</ns0:skuGroup>
               <ns0:isMultiComponent>false</ns0:isMultiComponent>
               <ns0:quantity>1.0</ns0:quantity>
               <ns0:cost>749.99</ns0:cost>
               <ns0:salePrice>749.99</ns0:salePrice>
               <ns0:extendedPrice>717.99</ns0:extendedPrice>
               <ns0:taxDate>2020-12-29</ns0:taxDate>
               <ns0:shipFromAddress>
                  <ns0:taxAeraId>480331410</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:shipFromAddress>
               <ns0:ppuAddress>
                  <ns0:taxAeraId>110892004</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:ppuAddress>
               <ns0:company>V040</ns0:company>
               <ns0:contractTerm>18</ns0:contractTerm>
               <ns0:EIPPlanId>202012241295221896</ns0:EIPPlanId>
               <ns0:leaseIndicator>true</ns0:leaseIndicator>
               <ns0:transactionType>LEASE</ns0:transactionType>
               <ns0:transactionCode>INV</ns0:transactionCode>
               <ns0:chargeType>LSPYOFFEE</ns0:chargeType>
               <ns0:leaseStartDate>2020-12-24T00:00:00</ns0:leaseStartDate>
               <ns0:leaseEndDate>2022-11-23T00:00:00</ns0:leaseEndDate>
            </ns0:lineItem>
            <ns0:lineItem>
               <ns0:id>12</ns0:id>
               <ns0:sku>000000190198459152</ns0:sku>
               <ns0:skuGroup>PHONE</ns0:skuGroup>
               <ns0:isMultiComponent>false</ns0:isMultiComponent>
               <ns0:quantity>1.0</ns0:quantity>
               <ns0:cost>749.99</ns0:cost>
               <ns0:salePrice>749.99</ns0:salePrice>
               <ns0:extendedPrice>16.0</ns0:extendedPrice>
               <ns0:taxDate>2020-12-29</ns0:taxDate>
               <ns0:shipFromAddress>
                  <ns0:taxAeraId>480331410</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:shipFromAddress>
               <ns0:ppuAddress>
                  <ns0:taxAeraId>110892004</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:ppuAddress>
               <ns0:company>V040</ns0:company>
               <ns0:contractTerm>18</ns0:contractTerm>
               <ns0:EIPPlanId>202012241295221896</ns0:EIPPlanId>
               <ns0:leaseIndicator>true</ns0:leaseIndicator>
               <ns0:transactionType>SALE</ns0:transactionType>
               <ns0:transactionCode>INV</ns0:transactionCode>
               <ns0:chargeType>LSRSDVAL</ns0:chargeType>
               <ns0:leaseStartDate>2020-12-24T00:00:00</ns0:leaseStartDate>
               <ns0:leaseEndDate>2022-11-23T00:00:00</ns0:leaseEndDate>
            </ns0:lineItem>
         </ns0:listOfLineItem>
         <ns0:version>6</ns0:version>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:19.682 response time in milliseconds: 1293.82
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:18 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 2732db18-2c3a-40a5-622e-2f83d8c30d87
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-29</ns14:transactionDate><ns14:totalTaxAmt>58.72</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:listOfLineItem><ns2:lineItem><ns2:id>11</ns2:id><ns2:sku>000000190198459152</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>749.99</ns2:salePrice><ns2:taxAmt>57.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>57.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>28.72</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>21.54</ns14:calculatedTax><ns14:effectiveRate>3.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.18</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:chargeType>LSPYOFFEE</ns2:chargeType><ns2:taxBasis>ST</ns2:taxBasis><ns2:leaseStartDate>2020-12-24T00:00:00</ns2:leaseStartDate><ns2:leaseEndDate>2022-11-23T00:00:00</ns2:leaseEndDate></ns2:lineItem><ns2:lineItem><ns2:id>12</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>749.99</ns2:salePrice><ns2:taxAmt>1.28</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>1.28</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.64</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>16.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.48</ns14:calculatedTax><ns14:effectiveRate>3.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>16.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.16</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>16.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:chargeType>LSRSDVAL</ns2:chargeType><ns2:leaseStartDate>2020-12-24T00:00:00</ns2:leaseStartDate><ns2:leaseEndDate>2022-11-23T00:00:00</ns2:leaseEndDate></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.009
19:10:19.695 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-29</ns14:transactionDate>
        <ns14:totalTaxAmt>58.72</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>11</ns2:id>
          <ns2:sku>000000190198459152</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>749.99</ns2:salePrice>
          <ns2:taxAmt>57.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>57.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>28.72</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>21.54</ns14:calculatedTax>
            <ns14:effectiveRate>3.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.18</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>LSPYOFFEE</ns2:chargeType>
          <ns2:taxBasis>ST</ns2:taxBasis>
          <ns2:leaseStartDate>2020-12-24T00:00:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2022-11-23T00:00:00</ns2:leaseEndDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>12</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>749.99</ns2:salePrice>
          <ns2:taxAmt>1.28</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>1.28</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.64</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>16.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.48</ns14:calculatedTax>
            <ns14:effectiveRate>3.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>16.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.16</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>16.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>LSRSDVAL</ns2:chargeType>
          <ns2:leaseStartDate>2020-12-24T00:00:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2022-11-23T00:00:00</ns2:leaseEndDate>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.003
* def difference = write(responseXml,filename) 0.007
Then print difference 0.000
19:10:19.707 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.010
And match difference contains 'Number of difference between two files :0' 0.000
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.397
Scenario Outline Test 'TaxQuoteRequest_Success_EIP_LEASE'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_EIP_LEASE.xml') 0.005
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.261
19:10:19.749 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 5211
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns="http://www.t-mobile.com/common/common" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/common/address" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns0:id>EIP</ns0:id>
         <ns0:operation>TaxQuote</ns0:operation>
         <ns0:baseData>
            <ns0:origTransactionId>EIP20201229000005835</ns0:origTransactionId>
            <ns0:transactionType>LEASE</ns0:transactionType>
            <ns0:transactionDate>2020-12-29</ns0:transactionDate>
            <ns0:sourceApp>EIP</ns0:sourceApp>
            <ns0:returnAssisted>true</ns0:returnAssisted>
            <ns0:companyCode>V040</ns0:companyCode>
            <ns0:accountType>B</ns0:accountType>
            <ns0:accountSubtype>R</ns0:accountSubtype>
            <ns0:checkTaxExemptionEligibility>false</ns0:checkTaxExemptionEligibility>
         </ns0:baseData>
         <ns0:extData>
            <additionalData>
               <nvPair>
                  <name>TAXEXEMPTINDICATOR</name>
                  <value>false</value>
               </nvPair>
            </additionalData>
         </ns0:extData>
         <ns0:customer>
            <code>617918334</code>
         </ns0:customer>
         <ns0:listOfLineItem>
            <ns0:lineItem>
               <ns0:id>11</ns0:id>
               <ns0:sku>000000190198459152</ns0:sku>
               <ns0:skuGroup>PHONE</ns0:skuGroup>
               <ns0:isMultiComponent>false</ns0:isMultiComponent>
               <ns0:quantity>1.0</ns0:quantity>
               <ns0:cost>749.99</ns0:cost>
               <ns0:salePrice>749.99</ns0:salePrice>
               <ns0:extendedPrice>717.99</ns0:extendedPrice>
               <ns0:taxDate>2020-12-29</ns0:taxDate>
               <ns0:shipFromAddress>
                  <ns0:taxAeraId>480331410</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:shipFromAddress>
               <ns0:ppuAddress>
                  <ns0:taxAeraId>110892004</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:ppuAddress>
               <ns0:company>V040</ns0:company>
               <ns0:contractTerm>18</ns0:contractTerm>
               <ns0:EIPPlanId>202012241295221896</ns0:EIPPlanId>
               <ns0:leaseIndicator>true</ns0:leaseIndicator>
               <ns0:transactionType>LEASE</ns0:transactionType>
               <ns0:transactionCode>INV</ns0:transactionCode>
               <ns0:chargeType>LSPYOFFEE</ns0:chargeType>
               <ns0:leaseStartDate>2020-12-24T00:00:00</ns0:leaseStartDate>
               <ns0:leaseEndDate>2022-11-23T00:00:00</ns0:leaseEndDate>
            </ns0:lineItem>
            <ns0:lineItem>
               <ns0:id>12</ns0:id>
               <ns0:sku>000000190198459152</ns0:sku>
               <ns0:skuGroup>PHONE</ns0:skuGroup>
               <ns0:isMultiComponent>false</ns0:isMultiComponent>
               <ns0:quantity>1.0</ns0:quantity>
               <ns0:cost>749.99</ns0:cost>
               <ns0:salePrice>749.99</ns0:salePrice>
               <ns0:extendedPrice>16.0</ns0:extendedPrice>
               <ns0:taxDate>2020-12-29</ns0:taxDate>
               <ns0:shipFromAddress>
                  <ns0:taxAeraId>480331410</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:shipFromAddress>
               <ns0:ppuAddress>
                  <ns0:taxAeraId>110892004</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:ppuAddress>
               <ns0:company>V040</ns0:company>
               <ns0:contractTerm>18</ns0:contractTerm>
               <ns0:EIPPlanId>202012241295221896</ns0:EIPPlanId>
               <ns0:leaseIndicator>true</ns0:leaseIndicator>
               <ns0:transactionType>SALE</ns0:transactionType>
               <ns0:transactionCode>INV</ns0:transactionCode>
               <ns0:chargeType>LSRSDVAL</ns0:chargeType>
               <ns0:leaseStartDate>2020-12-24T00:00:00</ns0:leaseStartDate>
               <ns0:leaseEndDate>2022-11-23T00:00:00</ns0:leaseEndDate>
            </ns0:lineItem>
         </ns0:listOfLineItem>
         <ns0:version>6</ns0:version>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:21.003 response time in milliseconds: 1252.34
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 6789
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:20 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: d6d640e5-94f9-4c3e-6977-8f32620edfed
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2020-12-29</ns14:transactionDate><ns14:totalTaxAmt>58.72</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>11</ns14:id><ns14:sku>000000190198459152</ns14:sku><ns14:skuGroup>PHONE</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>749.99</ns14:salePrice><ns14:taxAmt>57.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:ppuAddress><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns14:company>V040</ns14:company><ns14:totalTax>57.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>28.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>21.54</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.18</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns14:chargeType>LSPYOFFEE</ns14:chargeType><ns14:taxBasis>ST</ns14:taxBasis><ns14:leaseStartDate>2020-12-24T00:00:00</ns14:leaseStartDate><ns14:leaseEndDate>2022-11-23T00:00:00</ns14:leaseEndDate></ns14:lineItem><ns14:lineItem><ns14:id>12</ns14:id><ns14:sku>PHONE</ns14:sku><ns14:skuGroup>PHONE</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>749.99</ns14:salePrice><ns14:taxAmt>1.28</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:ppuAddress><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns14:company>V040</ns14:company><ns14:totalTax>1.28</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.64</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>16.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.48</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>16.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.16</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>16.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns14:chargeType>LSRSDVAL</ns14:chargeType><ns14:leaseStartDate>2020-12-24T00:00:00</ns14:leaseStartDate><ns14:leaseEndDate>2022-11-23T00:00:00</ns14:leaseEndDate></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.004
19:10:21.010 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2020-12-29</ns14:transactionDate>
        <ns14:totalTaxAmt>58.72</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>11</ns14:id>
          <ns14:sku>000000190198459152</ns14:sku>
          <ns14:skuGroup>PHONE</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>749.99</ns14:salePrice>
          <ns14:taxAmt>57.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:ppuAddress>
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns14:company>V040</ns14:company>
          <ns14:totalTax>57.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>28.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>21.54</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.18</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:chargeType>LSPYOFFEE</ns14:chargeType>
          <ns14:taxBasis>ST</ns14:taxBasis>
          <ns14:leaseStartDate>2020-12-24T00:00:00</ns14:leaseStartDate>
          <ns14:leaseEndDate>2022-11-23T00:00:00</ns14:leaseEndDate>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>12</ns14:id>
          <ns14:sku>PHONE</ns14:sku>
          <ns14:skuGroup>PHONE</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>749.99</ns14:salePrice>
          <ns14:taxAmt>1.28</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:ppuAddress>
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns14:company>V040</ns14:company>
          <ns14:totalTax>1.28</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.64</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>16.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.48</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>16.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.16</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>16.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:chargeType>LSRSDVAL</ns14:chargeType>
          <ns14:leaseStartDate>2020-12-24T00:00:00</ns14:leaseStartDate>
          <ns14:leaseEndDate>2022-11-23T00:00:00</ns14:leaseEndDate>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.116
Then print difference 0.000
19:10:21.129 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :6
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1]
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
com.intuit.karate.exception.KarateException: taxquotesb.feature:462 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :6
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:21.132 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :6
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.316
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_POS_SALE.xml') 0.006
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 2.289
19:10:21.155 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 9523
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns9:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://esp.t-mobile.com/2012/eo" xmlns:ns4="http://esp.t-mobile.com/cso" xmlns:ns5="http://esp.t-mobile.com/mo" xmlns:ns6="http://www.t-mobile.com/common/tax" xmlns:ns7="http://www.t-mobile.com/common/address" xmlns:ns8="http://www.t-mobile.com/common/common" xmlns:ns9="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns6:id>POS</ns6:id>
         <ns6:operation>TAXQUOTE</ns6:operation>
         <ns6:baseData>
            <ns6:transactionType>SALE</ns6:transactionType>
            <ns6:transactionDate>2021-01-07Z</ns6:transactionDate>
            <ns6:sourceApp>POS</ns6:sourceApp>
            <ns6:returnAssisted>true</ns6:returnAssisted>
            <ns6:checkTaxExemptionEligibility>false</ns6:checkTaxExemptionEligibility>
         </ns6:baseData>
         <ns6:customer>
            <ns6:code>617918334</ns6:code>
         </ns6:customer>
         <ns6:listOfLineItem>
            <ns6:lineItem>
               <ns6:id>1</ns6:id>
               <ns6:sku>ME487LL/A</ns6:sku>
               <ns6:skuGroup>PHONE</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>499.92</ns6:cost>
               <ns6:salePrice>499.92</ns6:salePrice>
               <ns6:extendedPrice>249.96</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>2011</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201229201131000118</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2021-01-07T17:20:02.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
            <ns6:lineItem>
               <ns6:id>2</ns6:id>
               <ns6:sku>TM8080</ns6:sku>
               <ns6:skuGroup>TLACC</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>10.0</ns6:cost>
               <ns6:salePrice>10.0</ns6:salePrice>
               <ns6:extendedPrice>10.0</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>2011</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201229201131000118</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2021-01-07T17:20:02.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
            <ns6:lineItem>
               <ns6:id>3</ns6:id>
               <ns6:sku>ONSUPCHG</ns6:sku>
               <ns6:skuGroup>MISC1</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>20.0</ns6:cost>
               <ns6:salePrice>20.0</ns6:salePrice>
               <ns6:extendedPrice>20.0</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>2011</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201229201131000118</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2021-01-07T17:20:02.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
         </ns6:listOfLineItem>
      </ns9:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:23.440 response time in milliseconds: 1211.98
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:21 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 421e8840-f3c8-4262-7ee0-b5e5a327ffd2
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2021-01-07</ns14:transactionDate><ns14:totalTaxAmt>20.8</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:listOfLineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>ME487LL/A</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>499.92</ns2:salePrice><ns2:taxAmt>20.0</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>20.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.0</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>249.96</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.5</ns14:calculatedTax><ns14:effectiveRate>3.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>249.96</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.5</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>249.96</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:leaseStartDate>2021-01-07T17:20:02.000Z</ns2:leaseStartDate></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TM8080</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>3.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:leaseStartDate>2021-01-07T17:20:02.000Z</ns2:leaseStartDate></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>ONSUPCHG</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns2:leaseStartDate>2021-01-07T17:20:02.000Z</ns2:leaseStartDate></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.006
19:10:23.449 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2021-01-07</ns14:transactionDate>
        <ns14:totalTaxAmt>20.8</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>ME487LL/A</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>499.92</ns2:salePrice>
          <ns2:taxAmt>20.0</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>20.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.0</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>249.96</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.5</ns14:calculatedTax>
            <ns14:effectiveRate>3.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>249.96</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.5</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>249.96</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:leaseStartDate>2021-01-07T17:20:02.000Z</ns2:leaseStartDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TM8080</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>3.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:leaseStartDate>2021-01-07T17:20:02.000Z</ns2:leaseStartDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>ONSUPCHG</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns2:leaseStartDate>2021-01-07T17:20:02.000Z</ns2:leaseStartDate>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.002
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:10:23.457 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.286
Scenario Outline Test 'TaxQuoteRequest_Success_POS_SALE'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_POS_SALE.xml') 0.003
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.131
19:10:23.485 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 9523
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns9:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://esp.t-mobile.com/2012/eo" xmlns:ns4="http://esp.t-mobile.com/cso" xmlns:ns5="http://esp.t-mobile.com/mo" xmlns:ns6="http://www.t-mobile.com/common/tax" xmlns:ns7="http://www.t-mobile.com/common/address" xmlns:ns8="http://www.t-mobile.com/common/common" xmlns:ns9="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns6:id>POS</ns6:id>
         <ns6:operation>TAXQUOTE</ns6:operation>
         <ns6:baseData>
            <ns6:transactionType>SALE</ns6:transactionType>
            <ns6:transactionDate>2021-01-07Z</ns6:transactionDate>
            <ns6:sourceApp>POS</ns6:sourceApp>
            <ns6:returnAssisted>true</ns6:returnAssisted>
            <ns6:checkTaxExemptionEligibility>false</ns6:checkTaxExemptionEligibility>
         </ns6:baseData>
         <ns6:customer>
            <ns6:code>617918334</ns6:code>
         </ns6:customer>
         <ns6:listOfLineItem>
            <ns6:lineItem>
               <ns6:id>1</ns6:id>
               <ns6:sku>ME487LL/A</ns6:sku>
               <ns6:skuGroup>PHONE</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>499.92</ns6:cost>
               <ns6:salePrice>499.92</ns6:salePrice>
               <ns6:extendedPrice>249.96</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>2011</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201229201131000118</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2021-01-07T17:20:02.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
            <ns6:lineItem>
               <ns6:id>2</ns6:id>
               <ns6:sku>TM8080</ns6:sku>
               <ns6:skuGroup>TLACC</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>10.0</ns6:cost>
               <ns6:salePrice>10.0</ns6:salePrice>
               <ns6:extendedPrice>10.0</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>2011</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201229201131000118</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2021-01-07T17:20:02.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
            <ns6:lineItem>
               <ns6:id>3</ns6:id>
               <ns6:sku>ONSUPCHG</ns6:sku>
               <ns6:skuGroup>MISC1</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>20.0</ns6:cost>
               <ns6:salePrice>20.0</ns6:salePrice>
               <ns6:extendedPrice>20.0</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>2011</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>3625 132ND AVE SE</ns7:addressLine1>
                        <ns7:city>BELLEVUE</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98006-1325</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201229201131000118</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2021-01-07T17:20:02.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
         </ns6:listOfLineItem>
      </ns9:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:24.611 response time in milliseconds: 1121.92
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 9340
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:23 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 26defadb-9c61-4204-5add-bb5ca648315b
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2021-01-07</ns14:transactionDate><ns14:totalTaxAmt>20.8</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>1</ns14:id><ns14:sku>PHONE</ns14:sku><ns14:skuGroup>ME487LL/A</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>499.92</ns14:salePrice><ns14:taxAmt>20.0</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:ppuAddress><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns14:company>V040</ns14:company><ns14:companyCode>831</ns14:companyCode><ns14:totalTax>20.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.0</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>249.96</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.5</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>249.96</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.5</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>249.96</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns14:leaseStartDate>2021-01-07T17:20:02.000Z</ns14:leaseStartDate></ns14:lineItem><ns14:lineItem><ns14:id>2</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TM8080</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.8</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:ppuAddress><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns14:company>V040</ns14:company><ns14:companyCode>831</ns14:companyCode><ns14:totalTax>0.8</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns14:leaseStartDate>2021-01-07T17:20:02.000Z</ns14:leaseStartDate></ns14:lineItem><ns14:lineItem><ns14:id>3</ns14:id><ns14:sku>MISC1</ns14:sku><ns14:skuGroup>ONSUPCHG</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>20.0</ns14:salePrice><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:ppuAddress><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns14:company>V040</ns14:company><ns14:companyCode>831</ns14:companyCode><ns14:totalTax>0.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:leaseStartDate>2021-01-07T17:20:02.000Z</ns14:leaseStartDate></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.006
19:10:24.621 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2021-01-07</ns14:transactionDate>
        <ns14:totalTaxAmt>20.8</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>1</ns14:id>
          <ns14:sku>PHONE</ns14:sku>
          <ns14:skuGroup>ME487LL/A</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>499.92</ns14:salePrice>
          <ns14:taxAmt>20.0</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:ppuAddress>
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns14:company>V040</ns14:company>
          <ns14:companyCode>831</ns14:companyCode>
          <ns14:totalTax>20.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>249.96</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.5</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>249.96</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.5</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>249.96</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:leaseStartDate>2021-01-07T17:20:02.000Z</ns14:leaseStartDate>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>2</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TM8080</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.8</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:ppuAddress>
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns14:company>V040</ns14:company>
          <ns14:companyCode>831</ns14:companyCode>
          <ns14:totalTax>0.8</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:leaseStartDate>2021-01-07T17:20:02.000Z</ns14:leaseStartDate>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>3</ns14:id>
          <ns14:sku>MISC1</ns14:sku>
          <ns14:skuGroup>ONSUPCHG</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>20.0</ns14:salePrice>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:ppuAddress>
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns14:company>V040</ns14:company>
          <ns14:companyCode>831</ns14:companyCode>
          <ns14:totalTax>0.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:leaseStartDate>2021-01-07T17:20:02.000Z</ns14:leaseStartDate>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.133
Then print difference 0.000
19:10:24.757 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :15
Expected child nodelist length '16' but was '17' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/companyCode[1] 
Expected child nodelist length '16' but was '17' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/companyCode[1] 
Expected child nodelist length '16' but was '17' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/companyCode[1]
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:490 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :15
Expected child nodelist length '16' but was '17' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/companyCode[1] 
Expected child nodelist length '16' but was '17' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/companyCode[1] 
Expected child nodelist length '16' but was '17' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/companyCode[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:24.761 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :15
Expected child nodelist length '16' but was '17' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/companyCode[1] 
Expected child nodelist length '16' but was '17' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '3.0E-2' but was '0.03' - comparing <ns14:effectiveRate ...>3.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/companyCode[1] 
Expected child nodelist length '16' but was '17' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/companyCode[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
3.136
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_POS_checkTaxExemptionEligibility.xml') 0.010
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 3.046
19:10:24.803 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 9561
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns9:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://esp.t-mobile.com/2012/eo" xmlns:ns4="http://esp.t-mobile.com/mo" xmlns:ns5="http://esp.t-mobile.com/cso" xmlns:ns6="http://www.t-mobile.com/common/tax" xmlns:ns7="http://www.t-mobile.com/common/address" xmlns:ns8="http://www.t-mobile.com/common/common" xmlns:ns9="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns6:id>POS</ns6:id>
         <ns6:operation>TAXQUOTE</ns6:operation>
         <ns6:baseData>
            <ns6:transactionType>SALE</ns6:transactionType>
            <ns6:transactionDate>2020-12-31Z</ns6:transactionDate>
            <ns6:sourceApp>POS</ns6:sourceApp>
            <ns6:returnAssisted>true</ns6:returnAssisted>
            <ns6:checkTaxExemptionEligibility>true</ns6:checkTaxExemptionEligibility>
         </ns6:baseData>
         <ns6:customer>
            <ns6:code>617918334</ns6:code>
         </ns6:customer>
         <ns6:listOfLineItem>
            <ns6:lineItem>
               <ns6:id>1</ns6:id>
               <ns6:sku>000000610214660022</ns6:sku>
               <ns6:skuGroup>PHONE</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>899.99</ns6:cost>
               <ns6:salePrice>899.99</ns6:salePrice>
               <ns6:extendedPrice>899.99</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>7886</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201208788616001126</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2020-12-31T23:28:36.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
            <ns6:lineItem>
               <ns6:id>2</ns6:id>
               <ns6:sku>TM8080</ns6:sku>
               <ns6:skuGroup>TLACC</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>10.0</ns6:cost>
               <ns6:salePrice>10.0</ns6:salePrice>
               <ns6:extendedPrice>10.0</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>7886</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201208788616001126</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2020-12-31T23:28:36.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
            <ns6:lineItem>
               <ns6:id>3</ns6:id>
               <ns6:sku>ONSUPCHG</ns6:sku>
               <ns6:skuGroup>MISC1</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>20.0</ns6:cost>
               <ns6:salePrice>20.0</ns6:salePrice>
               <ns6:extendedPrice>20.0</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>7886</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201208788616001126</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2020-12-31T23:28:36.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
         </ns6:listOfLineItem>
      </ns9:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:27.841 response time in milliseconds: 1766.11
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:25 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 0ed384ae-fe50-41b0-5ed4-eb352e91e5f2
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-31</ns14:transactionDate><ns14:totalTaxAmt>72.8</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:listOfLineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>000000610214660022</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>899.99</ns2:salePrice><ns2:taxAmt>72.0</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>72.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>36.0</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>899.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>27.0</ns14:calculatedTax><ns14:effectiveRate>3.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>899.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>9.0</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>899.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:leaseStartDate>2020-12-31T23:28:36.000Z</ns2:leaseStartDate></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TM8080</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>3.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:leaseStartDate>2020-12-31T23:28:36.000Z</ns2:leaseStartDate></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>ONSUPCHG</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns2:leaseStartDate>2020-12-31T23:28:36.000Z</ns2:leaseStartDate></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.011
19:10:27.856 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-31</ns14:transactionDate>
        <ns14:totalTaxAmt>72.8</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>000000610214660022</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>899.99</ns2:salePrice>
          <ns2:taxAmt>72.0</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>72.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>36.0</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>899.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>27.0</ns14:calculatedTax>
            <ns14:effectiveRate>3.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>899.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>9.0</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>899.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:leaseStartDate>2020-12-31T23:28:36.000Z</ns2:leaseStartDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TM8080</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>3.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:leaseStartDate>2020-12-31T23:28:36.000Z</ns2:leaseStartDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>ONSUPCHG</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns2:leaseStartDate>2020-12-31T23:28:36.000Z</ns2:leaseStartDate>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.053
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:10:27.914 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.006
And match difference contains 'Number of difference between two files :0' 0.000
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.654
Scenario Outline Test 'TaxQuoteRequest_Success_POS_checkTaxExemptionEligibility'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_POS_checkTaxExemptionEligibility.xml') 0.007
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.008
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.608
19:10:28.042 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 9561
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns9:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://esp.t-mobile.com/2012/eo" xmlns:ns4="http://esp.t-mobile.com/mo" xmlns:ns5="http://esp.t-mobile.com/cso" xmlns:ns6="http://www.t-mobile.com/common/tax" xmlns:ns7="http://www.t-mobile.com/common/address" xmlns:ns8="http://www.t-mobile.com/common/common" xmlns:ns9="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns6:id>POS</ns6:id>
         <ns6:operation>TAXQUOTE</ns6:operation>
         <ns6:baseData>
            <ns6:transactionType>SALE</ns6:transactionType>
            <ns6:transactionDate>2020-12-31Z</ns6:transactionDate>
            <ns6:sourceApp>POS</ns6:sourceApp>
            <ns6:returnAssisted>true</ns6:returnAssisted>
            <ns6:checkTaxExemptionEligibility>true</ns6:checkTaxExemptionEligibility>
         </ns6:baseData>
         <ns6:customer>
            <ns6:code>617918334</ns6:code>
         </ns6:customer>
         <ns6:listOfLineItem>
            <ns6:lineItem>
               <ns6:id>1</ns6:id>
               <ns6:sku>000000610214660022</ns6:sku>
               <ns6:skuGroup>PHONE</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>899.99</ns6:cost>
               <ns6:salePrice>899.99</ns6:salePrice>
               <ns6:extendedPrice>899.99</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>7886</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201208788616001126</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2020-12-31T23:28:36.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
            <ns6:lineItem>
               <ns6:id>2</ns6:id>
               <ns6:sku>TM8080</ns6:sku>
               <ns6:skuGroup>TLACC</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>10.0</ns6:cost>
               <ns6:salePrice>10.0</ns6:salePrice>
               <ns6:extendedPrice>10.0</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>7886</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201208788616001126</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2020-12-31T23:28:36.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
            <ns6:lineItem>
               <ns6:id>3</ns6:id>
               <ns6:sku>ONSUPCHG</ns6:sku>
               <ns6:skuGroup>MISC1</ns6:skuGroup>
               <ns6:isMultiComponent>false</ns6:isMultiComponent>
               <ns6:quantity>1.0</ns6:quantity>
               <ns6:cost>20.0</ns6:cost>
               <ns6:salePrice>20.0</ns6:salePrice>
               <ns6:extendedPrice>20.0</ns6:extendedPrice>
               <ns6:taxAmt>0</ns6:taxAmt>
               <ns6:taxRate>0</ns6:taxRate>
               <ns6:instantRebateAmount>0.0</ns6:instantRebateAmount>
               <ns6:prepaidTransactionFlag>false</ns6:prepaidTransactionFlag>
               <ns6:storeLocationCode>7886</ns6:storeLocationCode>
               <ns6:shipFromAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipFromAddress>
               <ns6:shipToAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>7325 166TH AVE NE F 133</ns7:addressLine1>
                        <ns7:city>REDMOND</ns7:city>
                        <ns7:countryCode>US</ns7:countryCode>
                        <ns7:postalCode>98052-7845</ns7:postalCode>
                        <ns7:stateCode>WA</ns7:stateCode>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:shipToAddress>
               <ns6:ppuAddress>
                  <ns6:address>
                     <ns7:baseData>
                        <ns7:addressLine1>1 RAVINIA DR</ns7:addressLine1>
                        <ns7:city>ATLANTA</ns7:city>
                        <ns7:countryCode>089</ns7:countryCode>
                        <ns7:postalCode>30346</ns7:postalCode>
                        <ns7:stateCode>GA</ns7:stateCode>
                        <ns7:type>PPU</ns7:type>
                     </ns7:baseData>
                  </ns6:address>
               </ns6:ppuAddress>
               <ns6:company>V040</ns6:company>
               <ns6:companyCode>831</ns6:companyCode>
               <ns6:originalTransactionId>20201208788616001126</ns6:originalTransactionId>
               <ns6:leaseIndicator>false</ns6:leaseIndicator>
               <ns6:leaseStartDate>2020-12-31T23:28:36.000Z</ns6:leaseStartDate>
            </ns6:lineItem>
         </ns6:listOfLineItem>
      </ns9:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:29.644 response time in milliseconds: 1255.60
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 14378
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:29 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: bafc4695-2165-432c-7bce-f336b2dbb5d4
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>No Account Found For BAN:0</faultstring><faultactor>SALE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>SALE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>No Account Found For BAN:0</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;POS&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TAXQUOTE&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId/&amp;gt;&amp;lt;transactionType&amp;gt;SALE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609372800000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;POS&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType/&amp;gt;&amp;lt;accountSubtype/&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000610214660022&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;899.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;899.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;899.99&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt&amp;gt;0&amp;lt;/taxAmt&amp;gt;&amp;lt;taxRate&amp;gt;0&amp;lt;/taxRate&amp;gt;&amp;lt;instantRebateAmount&amp;gt;0.0&amp;lt;/instantRebateAmount&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode&amp;gt;7886&amp;lt;/storeLocationCode&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;1 RAVINIA DR&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;ATLANTA&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;089&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;GA&amp;lt;/stateCode&amp;gt;&amp;lt;type&amp;gt;PPU&amp;lt;/type&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode&amp;gt;831&amp;lt;/companyCode&amp;gt;&amp;lt;originalTransactionId&amp;gt;20201208788616001126&amp;lt;/originalTransactionId&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1609457316000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;2&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;10.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt&amp;gt;0&amp;lt;/taxAmt&amp;gt;&amp;lt;taxRate&amp;gt;0&amp;lt;/taxRate&amp;gt;&amp;lt;instantRebateAmount&amp;gt;0.0&amp;lt;/instantRebateAmount&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode&amp;gt;7886&amp;lt;/storeLocationCode&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;1 RAVINIA DR&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;ATLANTA&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;089&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;GA&amp;lt;/stateCode&amp;gt;&amp;lt;type&amp;gt;PPU&amp;lt;/type&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode&amp;gt;831&amp;lt;/companyCode&amp;gt;&amp;lt;originalTransactionId&amp;gt;20201208788616001126&amp;lt;/originalTransactionId&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1609457316000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;3&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;20.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt&amp;gt;0&amp;lt;/taxAmt&amp;gt;&amp;lt;taxRate&amp;gt;0&amp;lt;/taxRate&amp;gt;&amp;lt;instantRebateAmount&amp;gt;0.0&amp;lt;/instantRebateAmount&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode&amp;gt;7886&amp;lt;/storeLocationCode&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;1 RAVINIA DR&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;ATLANTA&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;089&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;GA&amp;lt;/stateCode&amp;gt;&amp;lt;type&amp;gt;PPU&amp;lt;/type&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode&amp;gt;831&amp;lt;/companyCode&amp;gt;&amp;lt;originalTransactionId&amp;gt;20201208788616001126&amp;lt;/originalTransactionId&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1609457316000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:10:29.649 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>No Account Found For BAN:0</faultstring>
      <faultactor>SALE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>SALE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>No Account Found For BAN:0</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;POS&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TAXQUOTE&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId/&amp;gt;&amp;lt;transactionType&amp;gt;SALE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609372800000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;POS&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType/&amp;gt;&amp;lt;accountSubtype/&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000610214660022&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;899.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;899.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;899.99&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt&amp;gt;0&amp;lt;/taxAmt&amp;gt;&amp;lt;taxRate&amp;gt;0&amp;lt;/taxRate&amp;gt;&amp;lt;instantRebateAmount&amp;gt;0.0&amp;lt;/instantRebateAmount&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode&amp;gt;7886&amp;lt;/storeLocationCode&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;1 RAVINIA DR&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;ATLANTA&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;089&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;GA&amp;lt;/stateCode&amp;gt;&amp;lt;type&amp;gt;PPU&amp;lt;/type&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode&amp;gt;831&amp;lt;/companyCode&amp;gt;&amp;lt;originalTransactionId&amp;gt;20201208788616001126&amp;lt;/originalTransactionId&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1609457316000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;2&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;10.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt&amp;gt;0&amp;lt;/taxAmt&amp;gt;&amp;lt;taxRate&amp;gt;0&amp;lt;/taxRate&amp;gt;&amp;lt;instantRebateAmount&amp;gt;0.0&amp;lt;/instantRebateAmount&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode&amp;gt;7886&amp;lt;/storeLocationCode&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;1 RAVINIA DR&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;ATLANTA&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;089&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;GA&amp;lt;/stateCode&amp;gt;&amp;lt;type&amp;gt;PPU&amp;lt;/type&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode&amp;gt;831&amp;lt;/companyCode&amp;gt;&amp;lt;originalTransactionId&amp;gt;20201208788616001126&amp;lt;/originalTransactionId&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1609457316000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;3&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;20.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt&amp;gt;0&amp;lt;/taxAmt&amp;gt;&amp;lt;taxRate&amp;gt;0&amp;lt;/taxRate&amp;gt;&amp;lt;instantRebateAmount&amp;gt;0.0&amp;lt;/instantRebateAmount&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode&amp;gt;7886&amp;lt;/storeLocationCode&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;7325 166TH AVE NE F 133&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;REDMOND&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98052-7845&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;1 RAVINIA DR&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;ATLANTA&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;089&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;GA&amp;lt;/stateCode&amp;gt;&amp;lt;type&amp;gt;PPU&amp;lt;/type&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode&amp;gt;831&amp;lt;/companyCode&amp;gt;&amp;lt;originalTransactionId&amp;gt;20201208788616001126&amp;lt;/originalTransactionId&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;false&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1609457316000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.000
* def difference = compareResult(responseXml,filename) 0.019
Then print difference 0.000
19:10:29.670 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1]
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:517 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:29.674 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.014
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.013
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
3.909
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT.xml') 0.017
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 3.866
19:10:29.725 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 6410
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tax:taxQuoteRequest xmlns:address="http://www.t-mobile.com/common/address" xmlns:common="http://www.t-mobile.com/common/common" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:tax_1="http://www.t-mobile.com/common/tax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tax_1:id>DASH</tax_1:id>
         <tax_1:operation>1996</tax_1:operation>
         <tax_1:baseData>
            <tax_1:transactionType>SALE</tax_1:transactionType>
            <tax_1:transactionDate>2020-12-30</tax_1:transactionDate>
            <tax_1:sourceApp>WCS</tax_1:sourceApp>
            <tax_1:returnAssisted>true</tax_1:returnAssisted>
            <tax_1:companyCode>V040</tax_1:companyCode>
            <tax_1:accountType>I</tax_1:accountType>
            <tax_1:accountSubtype>R</tax_1:accountSubtype>
         </tax_1:baseData>
         <tax_1:extData>
            <common:events/>
            <common:additionalData/>
         </tax_1:extData>
         <tax_1:customer>
            <tax_1:code>617918334</tax_1:code>
         </tax_1:customer>
         <tax_1:shipToAddress>
            <tax_1:address>
               <address:baseData>
                  <address:addressLine1>1  RAVINIA DR</address:addressLine1>
                  <address:city>ATLANTA</address:city>
                  <address:countryCode>US</address:countryCode>
                  <address:postalCode>30346</address:postalCode>
                  <address:stateCode>GA</address:stateCode>
               </address:baseData>
            </tax_1:address>
         </tax_1:shipToAddress>
         <tax_1:listOfLineItem>
            <tax_1:lineItem>
               <tax_1:id>10515233</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10515234</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10515235</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10515238</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10515239</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10515240</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>-1</tax_1:id>
               <tax_1:skuGroup>SAPFREIGHT</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>11.99</tax_1:cost>
               <tax_1:salePrice>11.99</tax_1:salePrice>
            </tax_1:lineItem>
         </tax_1:listOfLineItem>
      </tax:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:33.585 response time in milliseconds: 1222.34
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:30 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: dac9ad47-c65b-4249-7f7f-c591ec661f46
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-30</ns14:transactionDate><ns14:totalTaxAmt>3.616E1</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>-1</ns2:id><ns2:sku>SAPFREIGHT</ns2:sku><ns2:skuGroup>SAPFREIGHT</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>11.99</ns2:salePrice><ns2:taxAmt>0.96</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.96</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.48</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>370406</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.36</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.12</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>10515233</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>1.3440000000000001E1</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>1.3440000000000001E1</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>10515234</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>10515235</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>10515238</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>10515239</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>10515240</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.008
19:10:33.597 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-30</ns14:transactionDate>
        <ns14:totalTaxAmt>3.616E1</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>110892004</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>-1</ns2:id>
          <ns2:sku>SAPFREIGHT</ns2:sku>
          <ns2:skuGroup>SAPFREIGHT</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>11.99</ns2:salePrice>
          <ns2:taxAmt>0.96</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.96</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.48</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>370406</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.36</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.12</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10515233</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>1.3440000000000001E1</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>1.3440000000000001E1</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10515234</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10515235</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10515238</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10515239</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10515240</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.002
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:10:33.606 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.004
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.754
Scenario Outline Test 'TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT.xml') 0.005
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.515
19:10:33.641 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 6410
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tax:taxQuoteRequest xmlns:address="http://www.t-mobile.com/common/address" xmlns:common="http://www.t-mobile.com/common/common" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:tax_1="http://www.t-mobile.com/common/tax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tax_1:id>DASH</tax_1:id>
         <tax_1:operation>1996</tax_1:operation>
         <tax_1:baseData>
            <tax_1:transactionType>SALE</tax_1:transactionType>
            <tax_1:transactionDate>2020-12-30</tax_1:transactionDate>
            <tax_1:sourceApp>WCS</tax_1:sourceApp>
            <tax_1:returnAssisted>true</tax_1:returnAssisted>
            <tax_1:companyCode>V040</tax_1:companyCode>
            <tax_1:accountType>I</tax_1:accountType>
            <tax_1:accountSubtype>R</tax_1:accountSubtype>
         </tax_1:baseData>
         <tax_1:extData>
            <common:events/>
            <common:additionalData/>
         </tax_1:extData>
         <tax_1:customer>
            <tax_1:code>617918334</tax_1:code>
         </tax_1:customer>
         <tax_1:shipToAddress>
            <tax_1:address>
               <address:baseData>
                  <address:addressLine1>1  RAVINIA DR</address:addressLine1>
                  <address:city>ATLANTA</address:city>
                  <address:countryCode>US</address:countryCode>
                  <address:postalCode>30346</address:postalCode>
                  <address:stateCode>GA</address:stateCode>
               </address:baseData>
            </tax_1:address>
         </tax_1:shipToAddress>
         <tax_1:listOfLineItem>
            <tax_1:lineItem>
               <tax_1:id>10515233</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10515234</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10515235</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10515238</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10515239</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10515240</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>-1</tax_1:id>
               <tax_1:skuGroup>SAPFREIGHT</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>11.99</tax_1:cost>
               <tax_1:salePrice>11.99</tax_1:salePrice>
            </tax_1:lineItem>
         </tax_1:listOfLineItem>
      </tax:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:35.148 response time in milliseconds: 1162.30
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 15043
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:34 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 2f7b32f5-1006-47e1-7769-0a64f7ab007f
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2020-12-30</ns14:transactionDate><ns14:totalTaxAmt>36.16</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>10515240</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>-0.16</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>-0.16</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>10515234</ns14:id><ns14:sku>MISC1</ns14:sku><ns14:skuGroup>MISC1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>20.0</ns14:salePrice><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>10515235</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.8</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.8</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>10515233</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>14.4</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>14.4</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>10515239</ns14:id><ns14:sku>MISC1</ns14:sku><ns14:skuGroup>MISC1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>20.0</ns14:salePrice><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>10515238</ns14:id><ns14:sku>PHONE</ns14:sku><ns14:skuGroup>PHONE</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>252.0</ns14:salePrice><ns14:taxAmt>20.16</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>20.16</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.060
19:10:35.214 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2020-12-30</ns14:transactionDate>
        <ns14:totalTaxAmt>36.16</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>110892004</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>10515240</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>-0.16</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>-0.16</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10515234</ns14:id>
          <ns14:sku>MISC1</ns14:sku>
          <ns14:skuGroup>MISC1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>20.0</ns14:salePrice>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10515235</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.8</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.8</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10515233</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>14.4</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>14.4</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10515239</ns14:id>
          <ns14:sku>MISC1</ns14:sku>
          <ns14:skuGroup>MISC1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>20.0</ns14:salePrice>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10515238</ns14:id>
          <ns14:sku>PHONE</ns14:sku>
          <ns14:skuGroup>PHONE</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>252.0</ns14:salePrice>
          <ns14:taxAmt>20.16</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>20.16</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.146
Then print difference 0.006
19:10:35.368 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :133
Expected text value '3.616E1' but was '36.16' - comparing <ns14:totalTaxAmt ...>3.616E1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>36.16</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '7' but was '6' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '10515240' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>10515240</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'TLACC' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>TLACC</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'TLACC' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>TLACC</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>10.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '-0.16' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>-0.16</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value 'true' but was 'false' - comparing <ns2:prepaidTransactionFlag ...>true</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>false</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '0.96' but was '-0.16' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>-0.16</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '0.4' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.4</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '0.3' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.3</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '0.1' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.1</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected text value '10515233' but was '10515234' - comparing <ns2:id ...>10515233</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>10515234</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value 'COMP1' but was 'MISC1' - comparing <ns2:sku ...>COMP1</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/sku[1]/text()[1] to <ns14:sku ...>MISC1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/sku[1]/text()[1] 
Expected text value 'COMP1' but was 'MISC1' - comparing <ns2:skuGroup ...>COMP1</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>MISC1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/skuGroup[1]/text()[1] 
Expected text value '168.0' but was '20.0' - comparing <ns2:salePrice ...>168.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/salePrice[1]/text()[1] to <ns14:salePrice ...>20.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/salePrice[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '0.0' - comparing <ns2:taxAmt ...>1.3440000000000001E1</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>0.0</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '0.08' but was '0.0' - comparing <ns2:taxRate ...>0.08</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.0</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] 
Expected text value 'true' but was 'false' - comparing <ns2:prepaidTransactionFlag ...>true</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>false</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '0.0' - comparing <ns2:totalTax ...>1.3440000000000001E1</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>0.0</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '6.72' but was '0.0' - comparing <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.04' but was '0.0' - comparing <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '168.0' but was '0.0' - comparing <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '5.04' but was '0.0' - comparing <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.03' but was '0.0' - comparing <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '168.0' but was '0.0' - comparing <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '1.68' but was '0.0' - comparing <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.01' but was '0.0' - comparing <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '168.0' but was '0.0' - comparing <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/exempt[1] 
Expected text value '10515234' but was '10515235' - comparing <ns2:id ...>10515234</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>10515235</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value 'MISC1' but was 'TLACC' - comparing <ns2:sku ...>MISC1</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/sku[1]/text()[1] to <ns14:sku ...>TLACC</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/sku[1]/text()[1] 
Expected text value 'MISC1' but was 'TLACC' - comparing <ns2:skuGroup ...>MISC1</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>TLACC</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/skuGroup[1]/text()[1] 
Expected text value '20.0' but was '10.0' - comparing <ns2:salePrice ...>20.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/salePrice[1]/text()[1] to <ns14:salePrice ...>10.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/salePrice[1]/text()[1] 
Expected text value '0.0' but was '0.8' - comparing <ns2:taxAmt ...>0.0</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>0.8</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] 
Expected text value '0.0' but was '0.08' - comparing <ns2:taxRate ...>0.0</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.08</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] 
Expected text value '0.0' but was '0.8' - comparing <ns2:totalTax ...>0.0</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] to <ns14:totalTax ...>0.8</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '0.4' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.4</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.04' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '10.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '0.3' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.3</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.03' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '10.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '0.1' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.1</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.01' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '10.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxRuleId[1] 
Expected text value '10515235' but was '10515233' - comparing <ns2:id ...>10515235</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>10515233</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value 'TLACC' but was 'COMP1' - comparing <ns2:sku ...>TLACC</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/sku[1]/text()[1] 
Expected text value 'TLACC' but was 'COMP1' - comparing <ns2:skuGroup ...>TLACC</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/skuGroup[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns2:salePrice ...>10.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/salePrice[1]/text()[1] 
Expected text value '0.8' but was '14.4' - comparing <ns2:taxAmt ...>0.8</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>14.4</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxAmt[1]/text()[1] 
Expected text value 'false' but was 'true' - comparing <ns2:prepaidTransactionFlag ...>false</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>true</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '0.8' but was '14.4' - comparing <ns2:totalTax ...>0.8</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/totalTax[1]/text()[1] to <ns14:totalTax ...>14.4</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/totalTax[1]/text()[1] 
Expected text value '0.4' but was '6.72' - comparing <ns14:calculatedTax ...>0.4</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/taxable[1]/text()[1] 
Expected text value '0.3' but was '5.04' - comparing <ns14:calculatedTax ...>0.3</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.1' but was '1.68' - comparing <ns14:calculatedTax ...>0.1</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/taxable[1]/text()[1] 
Expected text value '10515238' but was '10515239' - comparing <ns2:id ...>10515238</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>10515239</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value 'PHONE' but was 'MISC1' - comparing <ns2:sku ...>PHONE</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/sku[1]/text()[1] to <ns14:sku ...>MISC1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/sku[1]/text()[1] 
Expected text value 'PHONE' but was 'MISC1' - comparing <ns2:skuGroup ...>PHONE</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>MISC1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/skuGroup[1]/text()[1] 
Expected text value '252.0' but was '20.0' - comparing <ns2:salePrice ...>252.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/salePrice[1]/text()[1] to <ns14:salePrice ...>20.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/salePrice[1]/text()[1] 
Expected text value '20.16' but was '0.0' - comparing <ns2:taxAmt ...>20.16</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>0.0</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] 
Expected text value '0.08' but was '0.0' - comparing <ns2:taxRate ...>0.08</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.0</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxRate[1]/text()[1] 
Expected text value 'true' but was 'false' - comparing <ns2:prepaidTransactionFlag ...>true</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>false</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '20.16' but was '0.0' - comparing <ns2:totalTax ...>20.16</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] to <ns14:totalTax ...>0.0</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '10.08' but was '0.0' - comparing <ns14:calculatedTax ...>10.08</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.04' but was '0.0' - comparing <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '252.0' but was '0.0' - comparing <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '7.56' but was '0.0' - comparing <ns14:calculatedTax ...>7.56</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.03' but was '0.0' - comparing <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '252.0' but was '0.0' - comparing <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '2.52' but was '0.0' - comparing <ns14:calculatedTax ...>2.52</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.01' but was '0.0' - comparing <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '252.0' but was '0.0' - comparing <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/exempt[1] 
Expected text value '10515239' but was '10515238' - comparing <ns2:id ...>10515239</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>10515238</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
Expected text value 'MISC1' but was 'PHONE' - comparing <ns2:sku ...>MISC1</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/sku[1]/text()[1] to <ns14:sku ...>PHONE</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/sku[1]/text()[1] 
Expected text value 'MISC1' but was 'PHONE' - comparing <ns2:skuGroup ...>MISC1</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>PHONE</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/skuGroup[1]/text()[1] 
Expected text value '20.0' but was '252.0' - comparing <ns2:salePrice ...>20.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/salePrice[1]/text()[1] to <ns14:salePrice ...>252.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/salePrice[1]/text()[1] 
Expected text value '0.0' but was '20.16' - comparing <ns2:taxAmt ...>0.0</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>20.16</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] 
Expected text value '0.0' but was '0.08' - comparing <ns2:taxRate ...>0.0</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.08</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxRate[1]/text()[1] 
Expected text value 'false' but was 'true' - comparing <ns2:prepaidTransactionFlag ...>false</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>true</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '0.0' but was '20.16' - comparing <ns2:totalTax ...>0.0</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] to <ns14:totalTax ...>20.16</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '10.08' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>10.08</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.04' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '252.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '7.56' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>7.56</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.03' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '252.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '2.52' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>2.52</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.01' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '252.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxRuleId[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7] to <NULL>
And match response contains 'totalTaxAmt' 0.004
And match difference contains 'Number of difference between two files :0' 0.006
com.intuit.karate.exception.KarateException: taxquotesb.feature:544 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :133
Expected text value '3.616E1' but was '36.16' - comparing <ns14:totalTaxAmt ...>3.616E1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>36.16</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '7' but was '6' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '10515240' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>10515240</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'TLACC' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>TLACC</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'TLACC' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>TLACC</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>10.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '-0.16' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>-0.16</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value 'true' but was 'false' - comparing <ns2:prepaidTransactionFlag ...>true</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>false</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '0.96' but was '-0.16' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>-0.16</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '0.4' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.4</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '0.3' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.3</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '0.1' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.1</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected text value '10515233' but was '10515234' - comparing <ns2:id ...>10515233</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>10515234</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value 'COMP1' but was 'MISC1' - comparing <ns2:sku ...>COMP1</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/sku[1]/text()[1] to <ns14:sku ...>MISC1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/sku[1]/text()[1] 
Expected text value 'COMP1' but was 'MISC1' - comparing <ns2:skuGroup ...>COMP1</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>MISC1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/skuGroup[1]/text()[1] 
Expected text value '168.0' but was '20.0' - comparing <ns2:salePrice ...>168.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/salePrice[1]/text()[1] to <ns14:salePrice ...>20.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/salePrice[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '0.0' - comparing <ns2:taxAmt ...>1.3440000000000001E1</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>0.0</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '0.08' but was '0.0' - comparing <ns2:taxRate ...>0.08</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.0</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] 
Expected text value 'true' but was 'false' - comparing <ns2:prepaidTransactionFlag ...>true</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>false</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '0.0' - comparing <ns2:totalTax ...>1.3440000000000001E1</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>0.0</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '6.72' but was '0.0' - comparing <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.04' but was '0.0' - comparing <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '168.0' but was '0.0' - comparing <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '5.04' but was '0.0' - comparing <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.03' but was '0.0' - comparing <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '168.0' but was '0.0' - comparing <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '1.68' but was '0.0' - comparing <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.01' but was '0.0' - comparing <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '168.0' but was '0.0' - comparing <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/exempt[1] 
Expected text value '10515234' but was '10515235' - comparing <ns2:id ...>10515234</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>10515235</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value 'MISC1' but was 'TLACC' - comparing <ns2:sku ...>MISC1</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/sku[1]/text()[1] to <ns14:sku ...>TLACC</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/sku[1]/text()[1] 
Expected text value 'MISC1' but was 'TLACC' - comparing <ns2:skuGroup ...>MISC1</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>TLACC</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/skuGroup[1]/text()[1] 
Expected text value '20.0' but was '10.0' - comparing <ns2:salePrice ...>20.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/salePrice[1]/text()[1] to <ns14:salePrice ...>10.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/salePrice[1]/text()[1] 
Expected text value '0.0' but was '0.8' - comparing <ns2:taxAmt ...>0.0</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>0.8</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] 
Expected text value '0.0' but was '0.08' - comparing <ns2:taxRate ...>0.0</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.08</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] 
Expected text value '0.0' but was '0.8' - comparing <ns2:totalTax ...>0.0</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] to <ns14:totalTax ...>0.8</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '0.4' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.4</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.04' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '10.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '0.3' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.3</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.03' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '10.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '0.1' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.1</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.01' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '10.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxRuleId[1] 
Expected text value '10515235' but was '10515233' - comparing <ns2:id ...>10515235</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>10515233</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value 'TLACC' but was 'COMP1' - comparing <ns2:sku ...>TLACC</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/sku[1]/text()[1] 
Expected text value 'TLACC' but was 'COMP1' - comparing <ns2:skuGroup ...>TLACC</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/skuGroup[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns2:salePrice ...>10.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/salePrice[1]/text()[1] 
Expected text value '0.8' but was '14.4' - comparing <ns2:taxAmt ...>0.8</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>14.4</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxAmt[1]/text()[1] 
Expected text value 'false' but was 'true' - comparing <ns2:prepaidTransactionFlag ...>false</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>true</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '0.8' but was '14.4' - comparing <ns2:totalTax ...>0.8</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/totalTax[1]/text()[1] to <ns14:totalTax ...>14.4</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/totalTax[1]/text()[1] 
Expected text value '0.4' but was '6.72' - comparing <ns14:calculatedTax ...>0.4</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/taxable[1]/text()[1] 
Expected text value '0.3' but was '5.04' - comparing <ns14:calculatedTax ...>0.3</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.1' but was '1.68' - comparing <ns14:calculatedTax ...>0.1</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/taxable[1]/text()[1] 
Expected text value '10515238' but was '10515239' - comparing <ns2:id ...>10515238</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>10515239</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value 'PHONE' but was 'MISC1' - comparing <ns2:sku ...>PHONE</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/sku[1]/text()[1] to <ns14:sku ...>MISC1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/sku[1]/text()[1] 
Expected text value 'PHONE' but was 'MISC1' - comparing <ns2:skuGroup ...>PHONE</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>MISC1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/skuGroup[1]/text()[1] 
Expected text value '252.0' but was '20.0' - comparing <ns2:salePrice ...>252.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/salePrice[1]/text()[1] to <ns14:salePrice ...>20.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/salePrice[1]/text()[1] 
Expected text value '20.16' but was '0.0' - comparing <ns2:taxAmt ...>20.16</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>0.0</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] 
Expected text value '0.08' but was '0.0' - comparing <ns2:taxRate ...>0.08</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.0</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxRate[1]/text()[1] 
Expected text value 'true' but was 'false' - comparing <ns2:prepaidTransactionFlag ...>true</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>false</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '20.16' but was '0.0' - comparing <ns2:totalTax ...>20.16</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] to <ns14:totalTax ...>0.0</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '10.08' but was '0.0' - comparing <ns14:calculatedTax ...>10.08</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.04' but was '0.0' - comparing <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '252.0' but was '0.0' - comparing <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '7.56' but was '0.0' - comparing <ns14:calculatedTax ...>7.56</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.03' but was '0.0' - comparing <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '252.0' but was '0.0' - comparing <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '2.52' but was '0.0' - comparing <ns14:calculatedTax ...>2.52</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.01' but was '0.0' - comparing <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '252.0' but was '0.0' - comparing <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/exempt[1] 
Expected text value '10515239' but was '10515238' - comparing <ns2:id ...>10515239</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>10515238</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
Expected text value 'MISC1' but was 'PHONE' - comparing <ns2:sku ...>MISC1</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/sku[1]/text()[1] to <ns14:sku ...>PHONE</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/sku[1]/text()[1] 
Expected text value 'MISC1' but was 'PHONE' - comparing <ns2:skuGroup ...>MISC1</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>PHONE</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/skuGroup[1]/text()[1] 
Expected text value '20.0' but was '252.0' - comparing <ns2:salePrice ...>20.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/salePrice[1]/text()[1] to <ns14:salePrice ...>252.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/salePrice[1]/text()[1] 
Expected text value '0.0' but was '20.16' - comparing <ns2:taxAmt ...>0.0</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>20.16</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] 
Expected text value '0.0' but was '0.08' - comparing <ns2:taxRate ...>0.0</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.08</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxRate[1]/text()[1] 
Expected text value 'false' but was 'true' - comparing <ns2:prepaidTransactionFlag ...>false</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>true</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '0.0' but was '20.16' - comparing <ns2:totalTax ...>0.0</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] to <ns14:totalTax ...>20.16</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '10.08' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>10.08</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.04' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '252.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '7.56' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>7.56</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.03' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '252.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '2.52' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>2.52</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.01' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '252.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxRuleId[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7] to <NULL> 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:35.381 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :133
Expected text value '3.616E1' but was '36.16' - comparing <ns14:totalTaxAmt ...>3.616E1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>36.16</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '7' but was '6' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '10515240' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>10515240</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'TLACC' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>TLACC</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'TLACC' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>TLACC</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>10.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '-0.16' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>-0.16</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value 'true' but was 'false' - comparing <ns2:prepaidTransactionFlag ...>true</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>false</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '0.96' but was '-0.16' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>-0.16</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '0.4' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.4</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '0.3' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.3</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '0.1' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.1</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '10.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected text value '10515233' but was '10515234' - comparing <ns2:id ...>10515233</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>10515234</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value 'COMP1' but was 'MISC1' - comparing <ns2:sku ...>COMP1</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/sku[1]/text()[1] to <ns14:sku ...>MISC1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/sku[1]/text()[1] 
Expected text value 'COMP1' but was 'MISC1' - comparing <ns2:skuGroup ...>COMP1</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>MISC1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/skuGroup[1]/text()[1] 
Expected text value '168.0' but was '20.0' - comparing <ns2:salePrice ...>168.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/salePrice[1]/text()[1] to <ns14:salePrice ...>20.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/salePrice[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '0.0' - comparing <ns2:taxAmt ...>1.3440000000000001E1</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>0.0</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '0.08' but was '0.0' - comparing <ns2:taxRate ...>0.08</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.0</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] 
Expected text value 'true' but was 'false' - comparing <ns2:prepaidTransactionFlag ...>true</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>false</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '0.0' - comparing <ns2:totalTax ...>1.3440000000000001E1</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>0.0</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '6.72' but was '0.0' - comparing <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.04' but was '0.0' - comparing <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '168.0' but was '0.0' - comparing <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '5.04' but was '0.0' - comparing <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.03' but was '0.0' - comparing <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '168.0' but was '0.0' - comparing <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '1.68' but was '0.0' - comparing <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.01' but was '0.0' - comparing <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '168.0' but was '0.0' - comparing <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/exempt[1] 
Expected text value '10515234' but was '10515235' - comparing <ns2:id ...>10515234</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>10515235</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value 'MISC1' but was 'TLACC' - comparing <ns2:sku ...>MISC1</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/sku[1]/text()[1] to <ns14:sku ...>TLACC</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/sku[1]/text()[1] 
Expected text value 'MISC1' but was 'TLACC' - comparing <ns2:skuGroup ...>MISC1</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>TLACC</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/skuGroup[1]/text()[1] 
Expected text value '20.0' but was '10.0' - comparing <ns2:salePrice ...>20.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/salePrice[1]/text()[1] to <ns14:salePrice ...>10.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/salePrice[1]/text()[1] 
Expected text value '0.0' but was '0.8' - comparing <ns2:taxAmt ...>0.0</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>0.8</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] 
Expected text value '0.0' but was '0.08' - comparing <ns2:taxRate ...>0.0</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.08</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] 
Expected text value '0.0' but was '0.8' - comparing <ns2:totalTax ...>0.0</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] to <ns14:totalTax ...>0.8</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '0.4' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.4</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.04' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '10.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '0.3' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.3</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.03' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '10.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '0.1' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.1</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.01' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '10.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/taxRuleId[1] 
Expected text value '10515235' but was '10515233' - comparing <ns2:id ...>10515235</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>10515233</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value 'TLACC' but was 'COMP1' - comparing <ns2:sku ...>TLACC</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/sku[1]/text()[1] 
Expected text value 'TLACC' but was 'COMP1' - comparing <ns2:skuGroup ...>TLACC</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/skuGroup[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns2:salePrice ...>10.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/salePrice[1]/text()[1] 
Expected text value '0.8' but was '14.4' - comparing <ns2:taxAmt ...>0.8</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>14.4</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxAmt[1]/text()[1] 
Expected text value 'false' but was 'true' - comparing <ns2:prepaidTransactionFlag ...>false</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>true</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '0.8' but was '14.4' - comparing <ns2:totalTax ...>0.8</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/totalTax[1]/text()[1] to <ns14:totalTax ...>14.4</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/totalTax[1]/text()[1] 
Expected text value '0.4' but was '6.72' - comparing <ns14:calculatedTax ...>0.4</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/taxable[1]/text()[1] 
Expected text value '0.3' but was '5.04' - comparing <ns14:calculatedTax ...>0.3</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.1' but was '1.68' - comparing <ns14:calculatedTax ...>0.1</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '10.0' but was '168.0' - comparing <ns14:taxable ...>10.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/taxable[1]/text()[1] 
Expected text value '10515238' but was '10515239' - comparing <ns2:id ...>10515238</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>10515239</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value 'PHONE' but was 'MISC1' - comparing <ns2:sku ...>PHONE</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/sku[1]/text()[1] to <ns14:sku ...>MISC1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/sku[1]/text()[1] 
Expected text value 'PHONE' but was 'MISC1' - comparing <ns2:skuGroup ...>PHONE</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>MISC1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/skuGroup[1]/text()[1] 
Expected text value '252.0' but was '20.0' - comparing <ns2:salePrice ...>252.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/salePrice[1]/text()[1] to <ns14:salePrice ...>20.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/salePrice[1]/text()[1] 
Expected text value '20.16' but was '0.0' - comparing <ns2:taxAmt ...>20.16</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>0.0</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] 
Expected text value '0.08' but was '0.0' - comparing <ns2:taxRate ...>0.08</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.0</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxRate[1]/text()[1] 
Expected text value 'true' but was 'false' - comparing <ns2:prepaidTransactionFlag ...>true</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>false</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '20.16' but was '0.0' - comparing <ns2:totalTax ...>20.16</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] to <ns14:totalTax ...>0.0</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '10.08' but was '0.0' - comparing <ns14:calculatedTax ...>10.08</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.04' but was '0.0' - comparing <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '252.0' but was '0.0' - comparing <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '7.56' but was '0.0' - comparing <ns14:calculatedTax ...>7.56</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.03' but was '0.0' - comparing <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '252.0' but was '0.0' - comparing <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/exempt[1] 
Expected text value 'TAXABLE' but was 'EXEMPT' - comparing <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '2.52' but was '0.0' - comparing <ns14:calculatedTax ...>2.52</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.01' but was '0.0' - comparing <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '252.0' but was '0.0' - comparing <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}taxRuleId' but was 'null' - comparing <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/taxRuleId[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}exempt' - comparing <NULL> to <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/exempt[1] 
Expected text value '10515239' but was '10515238' - comparing <ns2:id ...>10515239</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>10515238</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
Expected text value 'MISC1' but was 'PHONE' - comparing <ns2:sku ...>MISC1</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/sku[1]/text()[1] to <ns14:sku ...>PHONE</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/sku[1]/text()[1] 
Expected text value 'MISC1' but was 'PHONE' - comparing <ns2:skuGroup ...>MISC1</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>PHONE</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/skuGroup[1]/text()[1] 
Expected text value '20.0' but was '252.0' - comparing <ns2:salePrice ...>20.0</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/salePrice[1]/text()[1] to <ns14:salePrice ...>252.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/salePrice[1]/text()[1] 
Expected text value '0.0' but was '20.16' - comparing <ns2:taxAmt ...>0.0</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>20.16</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] 
Expected text value '0.0' but was '0.08' - comparing <ns2:taxRate ...>0.0</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.08</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxRate[1]/text()[1] 
Expected text value 'false' but was 'true' - comparing <ns2:prepaidTransactionFlag ...>false</ns2:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/prepaidTransactionFlag[1]/text()[1] to <ns14:prepaidTransactionFlag ...>true</ns14:prepaidTransactionFlag> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/prepaidTransactionFlag[1]/text()[1] 
Expected text value '0.0' but was '20.16' - comparing <ns2:totalTax ...>0.0</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] to <ns14:totalTax ...>20.16</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '10.08' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>10.08</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.04' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '252.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '7.56' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>7.56</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.03' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.03</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '252.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/taxRuleId[1] 
Expected text value 'EXEMPT' but was 'TAXABLE' - comparing <ns14:taxResult ...>EXEMPT</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxResult[1]/text()[1] to <ns14:taxResult ...>TAXABLE</ns14:taxResult> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxResult[1]/text()[1] 
Expected text value '0.0' but was '2.52' - comparing <ns14:calculatedTax ...>0.0</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>2.52</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '0.0' but was '0.01' - comparing <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0' but was '252.0' - comparing <ns14:taxable ...>0.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>252.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}exempt' but was 'null' - comparing <ns14:exempt...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/exempt[1] to <NULL> 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}taxRuleId' - comparing <NULL> to <ns14:taxRuleId...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/taxRuleId[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7] to <NULL> 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.943
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DCP_POS_SHIPP-frieght.xml') 0.013
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.001
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 2.899
19:10:35.427 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 6789
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>DCP</id>
         <baseData>
            <transactionType>SALE</transactionType>
            <transactionDate>2020-12-29-08:00</transactionDate>
            <sourceApp>POS</sourceApp>
            <returnAssisted>true</returnAssisted>
            <prepaidFlag>false</prepaidFlag>
            <accountType>I</accountType>
            <accountSubtype>M</accountSubtype>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <listOfLineItem>
            <lineItem>
               <id>1</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>6.99</cost>
               <salePrice>6.99</salePrice>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>250 Hilton Drive</ns3:addressLine1>
                        <ns3:city>Jeffersonville</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>47130</ns3:postalCode>
                        <ns3:stateCode>IN</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>1803 138TH PL</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>33771</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
            <lineItem>
               <id>2</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>14.99</cost>
               <salePrice>14.99</salePrice>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>250 Hilton Drive</ns3:addressLine1>
                        <ns3:city>Jeffersonville</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>47130</ns3:postalCode>
                        <ns3:stateCode>IN</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>1803 138TH PL</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>33771</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
            <lineItem>
               <id>3</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>24.99</cost>
               <salePrice>24.99</salePrice>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>250 Hilton Drive</ns3:addressLine1>
                        <ns3:city>Jeffersonville</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>47130</ns3:postalCode>
                        <ns3:stateCode>IN</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>1803 138TH PL</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>33771</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
            <lineItem>
               <id>4</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>0.0</cost>
               <salePrice>0.0</salePrice>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>250 Hilton Drive</ns3:addressLine1>
                        <ns3:city>Jeffersonville</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>47130</ns3:postalCode>
                        <ns3:stateCode>IN</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>1803 138TH PL</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>33771</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:38.320 response time in milliseconds: 1424.55
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:35 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: b6eedd20-58b5-4a99-747e-7b19cf885052
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-29</ns14:transactionDate><ns14:totalTaxAmt>4.7</ns14:totalTaxAmt><ns14:totalTaxRate>0.1</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:listOfLineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>SHIPFEE</ns2:sku><ns2:skuGroup>SHIPFEE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>6.99</ns2:salePrice><ns2:taxAmt>0.71</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>831</ns2:company><ns2:totalTax>0.71</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.46</ns14:calculatedTax><ns14:effectiveRate>6.5E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>6.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.15</ns14:calculatedTax><ns14:effectiveRate>2.1E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>156970</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>1.4E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>SHIPFEE</ns2:sku><ns2:skuGroup>SHIPFEE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>14.99</ns2:salePrice><ns2:taxAmt>1.49</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>831</ns2:company><ns2:totalTax>1.49</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.97</ns14:calculatedTax><ns14:effectiveRate>6.5E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>14.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.31</ns14:calculatedTax><ns14:effectiveRate>2.1E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>156970</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.21</ns14:calculatedTax><ns14:effectiveRate>1.4E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>SHIPFEE</ns2:sku><ns2:skuGroup>SHIPFEE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>24.99</ns2:salePrice><ns2:taxAmt>2.5</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>831</ns2:company><ns2:totalTax>2.5</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.62</ns14:calculatedTax><ns14:effectiveRate>6.5E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>24.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.53</ns14:calculatedTax><ns14:effectiveRate>2.1E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>156970</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.35</ns14:calculatedTax><ns14:effectiveRate>1.4E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>4</ns2:id><ns2:sku>SHIPFEE</ns2:sku><ns2:skuGroup>SHIPFEE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>831</ns2:company><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>6.5E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>2.1E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>156970</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>1.4E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.013
19:10:38.337 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-29</ns14:transactionDate>
        <ns14:totalTaxAmt>4.7</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.1</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>SHIPFEE</ns2:sku>
          <ns2:skuGroup>SHIPFEE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>6.99</ns2:salePrice>
          <ns2:taxAmt>0.71</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>831</ns2:company>
          <ns2:totalTax>0.71</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.46</ns14:calculatedTax>
            <ns14:effectiveRate>6.5E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>6.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.15</ns14:calculatedTax>
            <ns14:effectiveRate>2.1E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>156970</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>1.4E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>SHIPFEE</ns2:sku>
          <ns2:skuGroup>SHIPFEE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>14.99</ns2:salePrice>
          <ns2:taxAmt>1.49</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>831</ns2:company>
          <ns2:totalTax>1.49</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.97</ns14:calculatedTax>
            <ns14:effectiveRate>6.5E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>14.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.31</ns14:calculatedTax>
            <ns14:effectiveRate>2.1E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>156970</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.21</ns14:calculatedTax>
            <ns14:effectiveRate>1.4E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>SHIPFEE</ns2:sku>
          <ns2:skuGroup>SHIPFEE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>24.99</ns2:salePrice>
          <ns2:taxAmt>2.5</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>831</ns2:company>
          <ns2:totalTax>2.5</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.62</ns14:calculatedTax>
            <ns14:effectiveRate>6.5E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>24.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.53</ns14:calculatedTax>
            <ns14:effectiveRate>2.1E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>156970</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.35</ns14:calculatedTax>
            <ns14:effectiveRate>1.4E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>4</ns2:id>
          <ns2:sku>SHIPFEE</ns2:sku>
          <ns2:skuGroup>SHIPFEE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>831</ns2:company>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>6.5E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>2.1E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>156970</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>1.4E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.002
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:10:38.344 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.968
Scenario Outline Test 'TaxQuoteRequest_Success_DCP_POS_SHIPP-frieght'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DCP_POS_SHIPP-frieght.xml') 0.005
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.821
19:10:38.477 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 6789
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>DCP</id>
         <baseData>
            <transactionType>SALE</transactionType>
            <transactionDate>2020-12-29-08:00</transactionDate>
            <sourceApp>POS</sourceApp>
            <returnAssisted>true</returnAssisted>
            <prepaidFlag>false</prepaidFlag>
            <accountType>I</accountType>
            <accountSubtype>M</accountSubtype>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <listOfLineItem>
            <lineItem>
               <id>1</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>6.99</cost>
               <salePrice>6.99</salePrice>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>250 Hilton Drive</ns3:addressLine1>
                        <ns3:city>Jeffersonville</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>47130</ns3:postalCode>
                        <ns3:stateCode>IN</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>1803 138TH PL</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>33771</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
            <lineItem>
               <id>2</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>14.99</cost>
               <salePrice>14.99</salePrice>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>250 Hilton Drive</ns3:addressLine1>
                        <ns3:city>Jeffersonville</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>47130</ns3:postalCode>
                        <ns3:stateCode>IN</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>1803 138TH PL</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>33771</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
            <lineItem>
               <id>3</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>24.99</cost>
               <salePrice>24.99</salePrice>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>250 Hilton Drive</ns3:addressLine1>
                        <ns3:city>Jeffersonville</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>47130</ns3:postalCode>
                        <ns3:stateCode>IN</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>1803 138TH PL</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>33771</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
            <lineItem>
               <id>4</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>0.0</cost>
               <salePrice>0.0</salePrice>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>250 Hilton Drive</ns3:addressLine1>
                        <ns3:city>Jeffersonville</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>47130</ns3:postalCode>
                        <ns3:stateCode>IN</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>1803 138TH PL</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>33771</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:40.286 response time in milliseconds: 1466.85
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 14666
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:39 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 590d6c0b-340c-43cb-7d46-b4a508d5e9d4
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2020-12-29</ns14:transactionDate><ns14:totalTaxAmt>4.7</ns14:totalTaxAmt><ns14:totalTaxRate>0.100</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>1</ns14:id><ns14:sku>SHIPFEE</ns14:sku><ns14:skuGroup>SHIPFEE</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>6.99</ns14:salePrice><ns14:taxAmt>0.71</ns14:taxAmt><ns14:taxRate>0.100</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>831</ns14:company><ns14:totalTax>0.71</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.46</ns14:calculatedTax><ns14:effectiveRate>0.065</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>6.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.15</ns14:calculatedTax><ns14:effectiveRate>0.021</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>156970</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.014</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>2</ns14:id><ns14:sku>SHIPFEE</ns14:sku><ns14:skuGroup>SHIPFEE</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>14.99</ns14:salePrice><ns14:taxAmt>1.5</ns14:taxAmt><ns14:taxRate>0.100</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>831</ns14:company><ns14:totalTax>1.5</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.97</ns14:calculatedTax><ns14:effectiveRate>0.065</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>14.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.32</ns14:calculatedTax><ns14:effectiveRate>0.021</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>156970</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.21</ns14:calculatedTax><ns14:effectiveRate>0.014</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>3</ns14:id><ns14:sku>SHIPFEE</ns14:sku><ns14:skuGroup>SHIPFEE</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>24.99</ns14:salePrice><ns14:taxAmt>2.49</ns14:taxAmt><ns14:taxRate>0.100</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>831</ns14:company><ns14:totalTax>2.49</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.62</ns14:calculatedTax><ns14:effectiveRate>0.065</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>24.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.52</ns14:calculatedTax><ns14:effectiveRate>0.021</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>156970</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.35</ns14:calculatedTax><ns14:effectiveRate>0.014</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>4</ns14:id><ns14:sku>SHIPFEE</ns14:sku><ns14:skuGroup>SHIPFEE</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.100</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>831</ns14:company><ns14:totalTax>0.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.065</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.021</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>156970</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.014</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.035
19:10:40.325 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2020-12-29</ns14:transactionDate>
        <ns14:totalTaxAmt>4.7</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.100</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>1</ns14:id>
          <ns14:sku>SHIPFEE</ns14:sku>
          <ns14:skuGroup>SHIPFEE</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>6.99</ns14:salePrice>
          <ns14:taxAmt>0.71</ns14:taxAmt>
          <ns14:taxRate>0.100</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>831</ns14:company>
          <ns14:totalTax>0.71</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.46</ns14:calculatedTax>
            <ns14:effectiveRate>0.065</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>6.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.15</ns14:calculatedTax>
            <ns14:effectiveRate>0.021</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>156970</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.014</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>2</ns14:id>
          <ns14:sku>SHIPFEE</ns14:sku>
          <ns14:skuGroup>SHIPFEE</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>14.99</ns14:salePrice>
          <ns14:taxAmt>1.5</ns14:taxAmt>
          <ns14:taxRate>0.100</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>831</ns14:company>
          <ns14:totalTax>1.5</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.97</ns14:calculatedTax>
            <ns14:effectiveRate>0.065</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>14.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.32</ns14:calculatedTax>
            <ns14:effectiveRate>0.021</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>156970</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.21</ns14:calculatedTax>
            <ns14:effectiveRate>0.014</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>3</ns14:id>
          <ns14:sku>SHIPFEE</ns14:sku>
          <ns14:skuGroup>SHIPFEE</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>24.99</ns14:salePrice>
          <ns14:taxAmt>2.49</ns14:taxAmt>
          <ns14:taxRate>0.100</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>831</ns14:company>
          <ns14:totalTax>2.49</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.62</ns14:calculatedTax>
            <ns14:effectiveRate>0.065</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>24.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.021</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>156970</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.35</ns14:calculatedTax>
            <ns14:effectiveRate>0.014</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>4</ns14:id>
          <ns14:sku>SHIPFEE</ns14:sku>
          <ns14:skuGroup>SHIPFEE</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.100</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>831</ns14:company>
          <ns14:totalTax>0.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.065</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.021</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>156970</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.014</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.082
Then print difference 0.010
19:10:40.421 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :27
Expected text value '0.1' but was '0.100' - comparing <ns14:totalTaxRate ...>0.1</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] to <ns14:totalTaxRate ...>0.100</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '1.49' but was '1.5' - comparing <ns2:taxAmt ...>1.49</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>1.5</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] 
Expected text value '1.49' but was '1.5' - comparing <ns2:totalTax ...>1.49</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>1.5</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.31' but was '0.32' - comparing <ns14:calculatedTax ...>0.31</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.32</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '2.5' but was '2.49' - comparing <ns2:taxAmt ...>2.5</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>2.49</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] 
Expected text value '2.5' but was '2.49' - comparing <ns2:totalTax ...>2.5</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] to <ns14:totalTax ...>2.49</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.53' but was '0.52' - comparing <ns14:calculatedTax ...>0.53</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.52</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1]
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.003
com.intuit.karate.exception.KarateException: taxquotesb.feature:571 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :27
Expected text value '0.1' but was '0.100' - comparing <ns14:totalTaxRate ...>0.1</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] to <ns14:totalTaxRate ...>0.100</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '1.49' but was '1.5' - comparing <ns2:taxAmt ...>1.49</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>1.5</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] 
Expected text value '1.49' but was '1.5' - comparing <ns2:totalTax ...>1.49</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>1.5</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.31' but was '0.32' - comparing <ns14:calculatedTax ...>0.31</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.32</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '2.5' but was '2.49' - comparing <ns2:taxAmt ...>2.5</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>2.49</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] 
Expected text value '2.5' but was '2.49' - comparing <ns2:totalTax ...>2.5</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] to <ns14:totalTax ...>2.49</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.53' but was '0.52' - comparing <ns14:calculatedTax ...>0.53</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.52</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:40.428 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :27
Expected text value '0.1' but was '0.100' - comparing <ns14:totalTaxRate ...>0.1</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] to <ns14:totalTaxRate ...>0.100</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '1.49' but was '1.5' - comparing <ns2:taxAmt ...>1.49</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>1.5</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxRate[1]/text()[1] 
Expected text value '1.49' but was '1.5' - comparing <ns2:totalTax ...>1.49</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>1.5</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.31' but was '0.32' - comparing <ns14:calculatedTax ...>0.31</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.32</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '2.5' but was '2.49' - comparing <ns2:taxAmt ...>2.5</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>2.49</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxAmt[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxRate[1]/text()[1] 
Expected text value '2.5' but was '2.49' - comparing <ns2:totalTax ...>2.5</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] to <ns14:totalTax ...>2.49</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/totalTax[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.53' but was '0.52' - comparing <ns14:calculatedTax ...>0.53</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>0.52</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '0.1' but was '0.100' - comparing <ns2:taxRate ...>0.1</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.100</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.1E-2' but was '0.021' - comparing <ns14:effectiveRate ...>2.1E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.021</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.596
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_TBC_TBCC_TaxId_checkTaxExemptionEligibility.xml') 0.061
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.004
And def props = new java.util.Properties() 0.002
And eval props.load(data) 0.000
And replace requestBody 0.008
token value
#(ban) props.ban
#(taxId) props.taxid
And request requestBody 0.000
When method POST 1.505
19:10:40.533 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2785
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns="http://www.t-mobile.com/common/common" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns3="http://www.t-mobile.com/common/tax" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <ns3:id>TBC</ns3:id>
         <ns3:operation>TaxQuote</ns3:operation>
         <ns3:baseData>
            <ns3:transactionType>SALE</ns3:transactionType>
            <ns3:transactionDate>2020-12-28-08:00</ns3:transactionDate>
            <ns3:sourceApp>TBCC</ns3:sourceApp>
            <ns3:returnAssisted>true</ns3:returnAssisted>
            <ns3:companyCode>V040</ns3:companyCode>
            <ns3:prepaidFlag>true</ns3:prepaidFlag>
            <ns3:accountType>B</ns3:accountType>
            <ns3:accountSubtype>C</ns3:accountSubtype>
            <ns3:checkTaxExemptionEligibility>true</ns3:checkTaxExemptionEligibility>
         </ns3:baseData>
         <ns3:extData>
            <events/>
            <additionalData/>
         </ns3:extData>
         <ns3:customer>
            <ns3:code>617918334</ns3:code>
            <ns3:taxId>#(taxId)</ns3:taxId>
         </ns3:customer>
         <ns3:shipToAddress>
            <ns3:address>
               <ns4:baseData>
                  <ns4:addressLine1>12920 SE 38TH ST</ns4:addressLine1>
                  <ns4:addressLine2/>
                  <ns4:city>BELLEVUE</ns4:city>
                  <ns4:countryCode>US</ns4:countryCode>
                  <ns4:postalCode>98006</ns4:postalCode>
                  <ns4:stateCode>WA</ns4:stateCode>
               </ns4:baseData>
            </ns3:address>
         </ns3:shipToAddress>
         <ns3:listOfLineItem>
            <ns3:lineItem>
               <ns3:id>7371502</ns3:id>
               <ns3:sku>190199220058</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>749.43</ns3:cost>
               <ns3:salePrice>749.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>7371505</ns3:id>
               <ns3:sku>TM6772V3</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
            </ns3:lineItem>
         </ns3:listOfLineItem>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:42.031 response time in milliseconds: 1496.25
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:41 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: c75af8cc-d447-42d0-6a93-3d193a4eb4ea
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-28</ns14:transactionDate><ns14:totalTaxAmt>76.0</ns14:totalTaxAmt><ns14:totalTaxRate>0.1</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>7371502</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>75.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>75.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>7371505</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>1.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>1.0</ns2:totalTax></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:10:42.039 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-28</ns14:transactionDate>
        <ns14:totalTaxAmt>76.0</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.1</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>480330040</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>7371502</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>75.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>75.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>7371505</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>1.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>1.0</ns2:totalTax>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:10:42.045 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.490
Scenario Outline Test 'TaxQuoteRequest_Success_TBC_TBCC_TaxId_checkTaxExemptionEligibility'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_TBC_TBCC_TaxId_checkTaxExemptionEligibility.xml') 0.005
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
#(taxId) props.taxid
And request requestBody 0.000
When method POST 1.465
19:10:42.101 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2785
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns="http://www.t-mobile.com/common/common" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns3="http://www.t-mobile.com/common/tax" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <ns3:id>TBC</ns3:id>
         <ns3:operation>TaxQuote</ns3:operation>
         <ns3:baseData>
            <ns3:transactionType>SALE</ns3:transactionType>
            <ns3:transactionDate>2020-12-28-08:00</ns3:transactionDate>
            <ns3:sourceApp>TBCC</ns3:sourceApp>
            <ns3:returnAssisted>true</ns3:returnAssisted>
            <ns3:companyCode>V040</ns3:companyCode>
            <ns3:prepaidFlag>true</ns3:prepaidFlag>
            <ns3:accountType>B</ns3:accountType>
            <ns3:accountSubtype>C</ns3:accountSubtype>
            <ns3:checkTaxExemptionEligibility>true</ns3:checkTaxExemptionEligibility>
         </ns3:baseData>
         <ns3:extData>
            <events/>
            <additionalData/>
         </ns3:extData>
         <ns3:customer>
            <ns3:code>617918334</ns3:code>
            <ns3:taxId>#(taxId)</ns3:taxId>
         </ns3:customer>
         <ns3:shipToAddress>
            <ns3:address>
               <ns4:baseData>
                  <ns4:addressLine1>12920 SE 38TH ST</ns4:addressLine1>
                  <ns4:addressLine2/>
                  <ns4:city>BELLEVUE</ns4:city>
                  <ns4:countryCode>US</ns4:countryCode>
                  <ns4:postalCode>98006</ns4:postalCode>
                  <ns4:stateCode>WA</ns4:stateCode>
               </ns4:baseData>
            </ns3:address>
         </ns3:shipToAddress>
         <ns3:listOfLineItem>
            <ns3:lineItem>
               <ns3:id>7371502</ns3:id>
               <ns3:sku>190199220058</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>749.43</ns3:cost>
               <ns3:salePrice>749.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>7371505</ns3:id>
               <ns3:sku>TM6772V3</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
            </ns3:lineItem>
         </ns3:listOfLineItem>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:43.563 response time in milliseconds: 1460.60
1 < 500
1 < Content-Length: 134
1 < Content-Type: application/json
1 < Date: Wed, 04 Aug 2021 13:40:43 GMT
1 < X-Vcap-Request-Id: 655e890f-7769-4bea-6a3c-bb94e7dad113
{"timestamp":"2021-08-04T13:40:43.376+0000","status":500,"error":"Internal Server Error","message":"1","path":"/soap/v1/calculateTax"}
Then print response 0.000
19:10:43.564 [print] {
  "path": "/soap/v1/calculateTax",
  "error": "Internal Server Error",
  "message": "1",
  "timestamp": "2021-08-04T13:40:43.376+0000",
  "status": 500
}
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.000
* def difference = compareResult(responseXml,filename) 0.014
com.intuit.karate.exception.KarateException: taxquotesb.feature:595 - javascript evaluation failed: compareResult(responseXml,filename), Content is not allowed in prolog.
Then print difference 0.000
And match response contains 'totalTaxAmt' 0.000
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
5.867
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_TBC_TBCS_checkTaxExemptionEligibility_lineCount-36.xml') 0.007
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 5.824
19:10:43.602 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 16452
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns3="http://www.t-mobile.com/common/tax" xmlns:ns4="http://www.t-mobile.com/common/common" xmlns:ns5="http://www.t-mobile.com/common/address">
         <ns3:id>TBC</ns3:id>
         <ns3:operation>TaxQuote</ns3:operation>
         <ns3:baseData>
            <ns3:transactionType>SALE</ns3:transactionType>
            <ns3:transactionDate>2020-12-29Z</ns3:transactionDate>
            <ns3:sourceApp>TBCS</ns3:sourceApp>
            <ns3:returnAssisted>true</ns3:returnAssisted>
            <ns3:companyCode>V040</ns3:companyCode>
            <ns3:prepaidFlag>true</ns3:prepaidFlag>
            <ns3:accountType>B</ns3:accountType>
            <ns3:accountSubtype>C</ns3:accountSubtype>
            <ns3:checkTaxExemptionEligibility>true</ns3:checkTaxExemptionEligibility>
         </ns3:baseData>
         <ns3:extData>
            <ns4:events/>
            <ns4:additionalData/>
         </ns3:extData>
         <ns3:customer>
            <ns3:code>617918334</ns3:code>
         </ns3:customer>
         <ns3:shipToAddress>
            <ns3:address>
               <ns5:baseData>
                  <ns5:addressLine1>3618 Factoria Blvd SE</ns5:addressLine1>
                  <ns5:city>Bellevue</ns5:city>
                  <ns5:countryCode>US</ns5:countryCode>
                  <ns5:postalCode>98006</ns5:postalCode>
                  <ns5:stateCode>WA</ns5:stateCode>
               </ns5:baseData>
            </ns3:address>
         </ns3:shipToAddress>
         <ns3:listOfLineItem>
            <ns3:lineItem>
               <ns3:id>0</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>1</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>2</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>3</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>4</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>5</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>6</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>7</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>8</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>9</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>10</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>11</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>12</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>13</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>14</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>15</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>16</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>17</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>18</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>19</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>20</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>21</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>22</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>23</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>24</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>25</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>26</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>27</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>28</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>29</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>30</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>31</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>32</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>33</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>34</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>35</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
         </ns3:listOfLineItem>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:49.419 response time in milliseconds: 1952.04
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:44 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 5bcebaae-0a9c-4333-5271-1b6142c09de3
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-29</ns14:transactionDate><ns14:totalTaxAmt>1889.96</ns14:totalTaxAmt><ns14:totalTaxRate>0.1</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>0</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>99.99</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>99.99</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>4.99</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>4.99</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>99.99</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>99.99</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>4.99</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>4.99</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>4</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>5</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>6</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>7</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>8</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>9</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>10</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>11</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>12</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>13</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>14</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>15</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>16</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>17</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>18</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>19</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>20</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>21</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>22</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>23</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>24</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>25</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>26</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>27</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>28</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>29</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>30</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>31</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>32</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>33</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>34</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>100.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>100.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>35</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>5.0</ns2:taxAmt><ns2:taxRate>0.1</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>5.0</ns2:totalTax></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.014
19:10:49.460 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-29</ns14:transactionDate>
        <ns14:totalTaxAmt>1889.96</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.1</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>480330040</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>0</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>99.99</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>99.99</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>4.99</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>4.99</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>99.99</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>99.99</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>4.99</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>4.99</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>4</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>5</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>6</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>7</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>8</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>9</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>11</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>12</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>13</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>14</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>15</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>16</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>17</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>18</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>19</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>20</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>21</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>22</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>23</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>24</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>25</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>26</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>27</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>28</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>29</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>30</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>31</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>32</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>33</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>34</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>100.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>100.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>35</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>5.0</ns2:taxAmt>
          <ns2:taxRate>0.1</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>5.0</ns2:totalTax>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.004
* def difference = write(responseXml,filename) 0.005
Then print difference 0.000
19:10:49.472 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.005
And match difference contains 'Number of difference between two files :0' 0.000
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
4.338
Scenario Outline Test 'TaxQuoteRequest_Success_TBC_TBCS_checkTaxExemptionEligibility_lineCount-36'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_TBC_TBCS_checkTaxExemptionEligibility_lineCount-36.xml') 0.008
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 4.217
19:10:49.517 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 16452
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns3="http://www.t-mobile.com/common/tax" xmlns:ns4="http://www.t-mobile.com/common/common" xmlns:ns5="http://www.t-mobile.com/common/address">
         <ns3:id>TBC</ns3:id>
         <ns3:operation>TaxQuote</ns3:operation>
         <ns3:baseData>
            <ns3:transactionType>SALE</ns3:transactionType>
            <ns3:transactionDate>2020-12-29Z</ns3:transactionDate>
            <ns3:sourceApp>TBCS</ns3:sourceApp>
            <ns3:returnAssisted>true</ns3:returnAssisted>
            <ns3:companyCode>V040</ns3:companyCode>
            <ns3:prepaidFlag>true</ns3:prepaidFlag>
            <ns3:accountType>B</ns3:accountType>
            <ns3:accountSubtype>C</ns3:accountSubtype>
            <ns3:checkTaxExemptionEligibility>true</ns3:checkTaxExemptionEligibility>
         </ns3:baseData>
         <ns3:extData>
            <ns4:events/>
            <ns4:additionalData/>
         </ns3:extData>
         <ns3:customer>
            <ns3:code>617918334</ns3:code>
         </ns3:customer>
         <ns3:shipToAddress>
            <ns3:address>
               <ns5:baseData>
                  <ns5:addressLine1>3618 Factoria Blvd SE</ns5:addressLine1>
                  <ns5:city>Bellevue</ns5:city>
                  <ns5:countryCode>US</ns5:countryCode>
                  <ns5:postalCode>98006</ns5:postalCode>
                  <ns5:stateCode>WA</ns5:stateCode>
               </ns5:baseData>
            </ns3:address>
         </ns3:shipToAddress>
         <ns3:listOfLineItem>
            <ns3:lineItem>
               <ns3:id>0</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>1</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>2</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>3</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>4</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>5</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>6</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>7</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>8</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>9</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>10</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>11</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>12</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>13</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>14</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>15</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>16</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>17</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>18</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>19</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>20</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>21</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>22</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>23</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>24</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>25</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>26</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>27</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>28</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>29</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>30</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>31</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>32</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>33</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>34</ns3:id>
               <ns3:sku>190199388109</ns3:sku>
               <ns3:skuGroup>PHONE</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>999.43</ns3:cost>
               <ns3:salePrice>999.99</ns3:salePrice>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>35</ns3:id>
               <ns3:sku>190199269507</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>39.0</ns3:cost>
               <ns3:salePrice>49.99</ns3:salePrice>
            </ns3:lineItem>
         </ns3:listOfLineItem>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:53.721 response time in milliseconds: 1606.48
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 58255
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:50 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 5fb4bf2b-aeef-43ed-6103-637aecf902dc
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>No Account Found For BAN:0</faultstring><faultactor>SALE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>SALE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>No Account Found For BAN:0</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;TBC&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId/&amp;gt;&amp;lt;transactionType&amp;gt;SALE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609200000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;TBCS&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag&amp;gt;true&amp;lt;/prepaidFlag&amp;gt;&amp;lt;accountType&amp;gt;B&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;C&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData&amp;gt;&amp;lt;events&amp;gt;&amp;lt;event/&amp;gt;&amp;lt;/events&amp;gt;&amp;lt;additionalData&amp;gt;&amp;lt;nvPair/&amp;gt;&amp;lt;/additionalData&amp;gt;&amp;lt;/extData&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;3618 Factoria Blvd SE&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;Bellevue&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98006&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;0&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;2&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;3&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;4&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;5&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;6&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;7&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;8&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;9&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;10&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;11&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;12&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;13&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;14&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;15&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;16&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;17&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;18&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;19&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;20&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;21&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;22&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;23&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;24&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;25&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;26&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;27&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;28&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;29&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;30&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;31&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;32&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;33&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;34&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;35&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.015
19:10:53.745 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>No Account Found For BAN:0</faultstring>
      <faultactor>SALE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>SALE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>No Account Found For BAN:0</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;TBC&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId/&amp;gt;&amp;lt;transactionType&amp;gt;SALE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609200000000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;TBCS&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag&amp;gt;true&amp;lt;/prepaidFlag&amp;gt;&amp;lt;accountType&amp;gt;B&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;C&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData&amp;gt;&amp;lt;events&amp;gt;&amp;lt;event/&amp;gt;&amp;lt;/events&amp;gt;&amp;lt;additionalData&amp;gt;&amp;lt;nvPair/&amp;gt;&amp;lt;/additionalData&amp;gt;&amp;lt;/extData&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;3618 Factoria Blvd SE&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;Bellevue&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;98006&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;WA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;0&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;2&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;3&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;4&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;5&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;6&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;7&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;8&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;9&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;10&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;11&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;12&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;13&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;14&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;15&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;16&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;17&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;18&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;19&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;20&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;21&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;22&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;23&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;24&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;25&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;26&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;27&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;28&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;29&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;30&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;31&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;32&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;33&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;34&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199388109&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;999.43&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;999.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;35&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;190199269507&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;39.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;49.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.004
* def difference = compareResult(responseXml,filename) 0.060
Then print difference 0.020
19:10:53.831 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1]
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.002
com.intuit.karate.exception.KarateException: taxquotesb.feature:626 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:53.836 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.550
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_MPCSWEB_lineCount-1_VERTEX.xml') 0.009
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.000
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.527
19:10:53.865 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2307
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns3="http://www.t-mobile.com/common/tax" xmlns:ns4="http://www.t-mobile.com/common/common" xmlns:ns5="http://www.t-mobile.com/common/address">
         <ns3:id>MPCSWEB</ns3:id>
         <ns3:operation>TaxQuote</ns3:operation>
         <ns3:baseData>
            <ns3:transactionType>SALE</ns3:transactionType>
            <ns3:transactionDate>2020-12-31</ns3:transactionDate>
            <ns3:sourceApp>MPCSWEB</ns3:sourceApp>
            <ns3:returnAssisted>true</ns3:returnAssisted>
            <ns3:companyCode>V040</ns3:companyCode>
            <ns3:prepaidFlag>true</ns3:prepaidFlag>
            <ns3:accountType>I</ns3:accountType>
            <ns3:accountSubtype>W</ns3:accountSubtype>
         </ns3:baseData>
         <ns3:customer>
            <ns3:code>617918334</ns3:code>
         </ns3:customer>
         <ns3:shipToAddress>
            <ns3:address>
               <ns5:baseData>
                  <ns5:addressLine1>2250 Lakeside BLVD</ns5:addressLine1>
                  <ns5:city>Richardson</ns5:city>
                  <ns5:countryCode>US</ns5:countryCode>
                  <ns5:postalCode>75082</ns5:postalCode>
                  <ns5:stateCode>TX</ns5:stateCode>
               </ns5:baseData>
            </ns3:address>
         </ns3:shipToAddress>
         <ns3:shipFromAddress>
            <ns3:taxAeraId>181110490</ns3:taxAeraId>
         </ns3:shipFromAddress>
         <ns3:listOfLineItem>
            <ns3:lineItem>
               <ns3:id>1</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
         </ns3:listOfLineItem>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:55.387 response time in milliseconds: 1172.52
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:54 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: ade14b98-61ac-4bef-68d7-71473ee4d7bf
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-31</ns14:transactionDate><ns14:totalTaxAmt>8.3E-1</ns14:totalTaxAmt><ns14:totalTaxRate>0.0825</ns14:totalTaxRate></ns14:baseData><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>440852450</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:10:55.391 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-31</ns14:transactionDate>
        <ns14:totalTaxAmt>8.3E-1</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.0825</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>440852450</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:10:55.397 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.221
Scenario Outline Test 'TaxQuoteRequest_Success_MPCSWEB_lineCount-1_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_MPCSWEB_lineCount-1_VERTEX.xml') 0.003
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.181
19:10:55.418 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2307
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns3="http://www.t-mobile.com/common/tax" xmlns:ns4="http://www.t-mobile.com/common/common" xmlns:ns5="http://www.t-mobile.com/common/address">
         <ns3:id>MPCSWEB</ns3:id>
         <ns3:operation>TaxQuote</ns3:operation>
         <ns3:baseData>
            <ns3:transactionType>SALE</ns3:transactionType>
            <ns3:transactionDate>2020-12-31</ns3:transactionDate>
            <ns3:sourceApp>MPCSWEB</ns3:sourceApp>
            <ns3:returnAssisted>true</ns3:returnAssisted>
            <ns3:companyCode>V040</ns3:companyCode>
            <ns3:prepaidFlag>true</ns3:prepaidFlag>
            <ns3:accountType>I</ns3:accountType>
            <ns3:accountSubtype>W</ns3:accountSubtype>
         </ns3:baseData>
         <ns3:customer>
            <ns3:code>617918334</ns3:code>
         </ns3:customer>
         <ns3:shipToAddress>
            <ns3:address>
               <ns5:baseData>
                  <ns5:addressLine1>2250 Lakeside BLVD</ns5:addressLine1>
                  <ns5:city>Richardson</ns5:city>
                  <ns5:countryCode>US</ns5:countryCode>
                  <ns5:postalCode>75082</ns5:postalCode>
                  <ns5:stateCode>TX</ns5:stateCode>
               </ns5:baseData>
            </ns3:address>
         </ns3:shipToAddress>
         <ns3:shipFromAddress>
            <ns3:taxAeraId>181110490</ns3:taxAeraId>
         </ns3:shipFromAddress>
         <ns3:listOfLineItem>
            <ns3:lineItem>
               <ns3:id>1</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
         </ns3:listOfLineItem>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:10:56.596 response time in milliseconds: 1176.29
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 3424
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:40:56 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 7368932d-a99b-4e78-7b31-317eeac23e4c
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2020-12-31</ns14:transactionDate><ns14:totalTaxAmt>0.83</ns14:totalTaxAmt><ns14:totalTaxRate>0.0825</ns14:totalTaxRate></ns14:baseData><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>440852450</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>1</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:10:56.600 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2020-12-31</ns14:transactionDate>
        <ns14:totalTaxAmt>0.83</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.0825</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>440852450</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>1</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.024
Then print difference 0.000
19:10:56.628 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value '8.3E-1' but was '0.83' - comparing <ns14:totalTaxAmt ...>8.3E-1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>0.83</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1]
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:653 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value '8.3E-1' but was '0.83' - comparing <ns14:totalTaxAmt ...>8.3E-1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>0.83</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:10:56.632 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value '8.3E-1' but was '0.83' - comparing <ns14:totalTaxAmt ...>8.3E-1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>0.83</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
4.382
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_MPCSWEB_lineCount-10_CHUB_VERTEX.xml') 0.008
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 4.327
19:10:56.699 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 6766
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns3="http://www.t-mobile.com/common/tax" xmlns:ns4="http://www.t-mobile.com/common/common" xmlns:ns5="http://www.t-mobile.com/common/address">
         <ns3:id>MPCSWEB</ns3:id>
         <ns3:operation>TaxQuote</ns3:operation>
         <ns3:baseData>
            <ns3:transactionType>SALE</ns3:transactionType>
            <ns3:transactionDate>2020-12-31</ns3:transactionDate>
            <ns3:sourceApp>MPCSWEB</ns3:sourceApp>
            <ns3:returnAssisted>true</ns3:returnAssisted>
            <ns3:companyCode>V040</ns3:companyCode>
            <ns3:prepaidFlag>true</ns3:prepaidFlag>
            <ns3:accountType>I</ns3:accountType>
            <ns3:accountSubtype>W</ns3:accountSubtype>
            <ns3:checkTaxExemptionEligibility>true</ns3:checkTaxExemptionEligibility>
         </ns3:baseData>
         <ns3:customer>
            <ns3:code>617918334</ns3:code>
            <ns3:ssn>002588751</ns3:ssn>
         </ns3:customer>
         <ns3:shipToAddress>
            <ns3:address>
               <ns5:baseData>
                  <ns5:addressLine1>2250 Lakeside BLVD</ns5:addressLine1>
                  <ns5:city>Richardson</ns5:city>
                  <ns5:countryCode>US</ns5:countryCode>
                  <ns5:postalCode>75082</ns5:postalCode>
                  <ns5:stateCode>TX</ns5:stateCode>
               </ns5:baseData>
            </ns3:address>
         </ns3:shipToAddress>
         <ns3:shipFromAddress>
            <ns3:taxAeraId>181110490</ns3:taxAeraId>
         </ns3:shipFromAddress>
         <ns3:listOfLineItem>
            <ns3:lineItem>
               <ns3:id>1</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>2</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>3</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>4</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>5</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>6</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>7</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>8</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>9</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>10</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
         </ns3:listOfLineItem>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:01.019 response time in milliseconds: 1324.20
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:40:57 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 0c6f3b52-7307-4549-6a6c-f10e391a18d2
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-31</ns14:transactionDate><ns14:totalTaxAmt>8.299999999999999E0</ns14:totalTaxAmt><ns14:totalTaxRate>0.0825</ns14:totalTaxRate></ns14:baseData><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>440852450</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>4</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>5</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>6</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>7</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>8</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>9</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>10</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.024
19:11:01.047 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-31</ns14:transactionDate>
        <ns14:totalTaxAmt>8.299999999999999E0</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.0825</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>440852450</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>4</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>5</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>6</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>7</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>8</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>9</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.007
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:11:01.061 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.004
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.351
Scenario Outline Test 'TaxQuoteRequest_Success_MPCSWEB_lineCount-10_CHUB_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_MPCSWEB_lineCount-10_CHUB_VERTEX.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 2.183
19:11:01.108 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 6766
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns3="http://www.t-mobile.com/common/tax" xmlns:ns4="http://www.t-mobile.com/common/common" xmlns:ns5="http://www.t-mobile.com/common/address">
         <ns3:id>MPCSWEB</ns3:id>
         <ns3:operation>TaxQuote</ns3:operation>
         <ns3:baseData>
            <ns3:transactionType>SALE</ns3:transactionType>
            <ns3:transactionDate>2020-12-31</ns3:transactionDate>
            <ns3:sourceApp>MPCSWEB</ns3:sourceApp>
            <ns3:returnAssisted>true</ns3:returnAssisted>
            <ns3:companyCode>V040</ns3:companyCode>
            <ns3:prepaidFlag>true</ns3:prepaidFlag>
            <ns3:accountType>I</ns3:accountType>
            <ns3:accountSubtype>W</ns3:accountSubtype>
            <ns3:checkTaxExemptionEligibility>true</ns3:checkTaxExemptionEligibility>
         </ns3:baseData>
         <ns3:customer>
            <ns3:code>617918334</ns3:code>
            <ns3:ssn>002588751</ns3:ssn>
         </ns3:customer>
         <ns3:shipToAddress>
            <ns3:address>
               <ns5:baseData>
                  <ns5:addressLine1>2250 Lakeside BLVD</ns5:addressLine1>
                  <ns5:city>Richardson</ns5:city>
                  <ns5:countryCode>US</ns5:countryCode>
                  <ns5:postalCode>75082</ns5:postalCode>
                  <ns5:stateCode>TX</ns5:stateCode>
               </ns5:baseData>
            </ns3:address>
         </ns3:shipToAddress>
         <ns3:shipFromAddress>
            <ns3:taxAeraId>181110490</ns3:taxAeraId>
         </ns3:shipFromAddress>
         <ns3:listOfLineItem>
            <ns3:lineItem>
               <ns3:id>1</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>2</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>3</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>4</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>5</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>6</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>7</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>8</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>9</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>10</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
         </ns3:listOfLineItem>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:03.271 response time in milliseconds: 1331.43
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 24215
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:41:02 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: de0b1479-6dde-48ff-5fc0-00adb68afffa
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2020-12-31</ns14:transactionDate><ns14:totalTaxAmt>8.30</ns14:totalTaxAmt><ns14:totalTaxRate>0.0825</ns14:totalTaxRate></ns14:baseData><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>440852450</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>2</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>5</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>4</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>6</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>3</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>1</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>7</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>8</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>9</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>10</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.005
19:11:03.279 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2020-12-31</ns14:transactionDate>
        <ns14:totalTaxAmt>8.30</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.0825</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>440852450</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>2</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>5</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>4</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>6</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>3</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>1</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>7</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>8</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>9</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.141
Then print difference 0.000
19:11:03.425 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :7
Expected text value '8.299999999999999E0' but was '8.30' - comparing <ns14:totalTaxAmt ...>8.299999999999999E0</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>8.30</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected text value '1' but was '2' - comparing <ns2:id ...>1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '3' but was '4' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '4' but was '6' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '5' but was '3' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '6' but was '1' - comparing <ns2:id ...>6</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>1</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1]
And match response contains 'totalTaxAmt' 0.007
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:680 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :7
Expected text value '8.299999999999999E0' but was '8.30' - comparing <ns14:totalTaxAmt ...>8.299999999999999E0</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>8.30</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected text value '1' but was '2' - comparing <ns2:id ...>1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '3' but was '4' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '4' but was '6' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '5' but was '3' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '6' but was '1' - comparing <ns2:id ...>6</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>1</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:11:03.433 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :7
Expected text value '8.299999999999999E0' but was '8.30' - comparing <ns14:totalTaxAmt ...>8.299999999999999E0</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>8.30</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected text value '1' but was '2' - comparing <ns2:id ...>1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '3' but was '4' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '4' but was '6' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '5' but was '3' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '6' but was '1' - comparing <ns2:id ...>6</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>1</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
4.050
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_MPCSWEB_lineCount-7_CHUB-NoDataFound_VERTEX.xml') 0.007
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 4.017
19:11:03.460 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 5326
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns3="http://www.t-mobile.com/common/tax" xmlns:ns4="http://www.t-mobile.com/common/common" xmlns:ns5="http://www.t-mobile.com/common/address">
         <ns3:id>MPCSWEB</ns3:id>
         <ns3:operation>TaxQuote</ns3:operation>
         <ns3:baseData>
            <ns3:transactionType>SALE</ns3:transactionType>
            <ns3:transactionDate>2020-12-31</ns3:transactionDate>
            <ns3:sourceApp>MPCSWEB</ns3:sourceApp>
            <ns3:returnAssisted>true</ns3:returnAssisted>
            <ns3:companyCode>V040</ns3:companyCode>
            <ns3:prepaidFlag>true</ns3:prepaidFlag>
            <ns3:accountType>I</ns3:accountType>
            <ns3:accountSubtype>W</ns3:accountSubtype>
            <ns3:checkTaxExemptionEligibility>true</ns3:checkTaxExemptionEligibility>
         </ns3:baseData>
         <ns3:customer>
            <ns3:code>617918334</ns3:code>
            <ns3:taxId>968422747</ns3:taxId>
         </ns3:customer>
         <ns3:shipToAddress>
            <ns3:address>
               <ns5:baseData>
                  <ns5:addressLine1>2250 Lakeside BLVD</ns5:addressLine1>
                  <ns5:city>Richardson</ns5:city>
                  <ns5:countryCode>US</ns5:countryCode>
                  <ns5:postalCode>75082</ns5:postalCode>
                  <ns5:stateCode>TX</ns5:stateCode>
               </ns5:baseData>
            </ns3:address>
         </ns3:shipToAddress>
         <ns3:shipFromAddress>
            <ns3:taxAeraId>181110490</ns3:taxAeraId>
         </ns3:shipFromAddress>
         <ns3:listOfLineItem>
            <ns3:lineItem>
               <ns3:id>1</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>2</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>3</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>4</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>5</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>6</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>7</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
         </ns3:listOfLineItem>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:07.469 response time in milliseconds: 1235.32
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:41:03 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 28f8e08b-de84-43fa-621d-5063e08f606b
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-31</ns14:transactionDate><ns14:totalTaxAmt>5.81E0</ns14:totalTaxAmt><ns14:totalTaxRate>0.0825</ns14:totalTaxRate></ns14:baseData><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>440852450</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>4</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>5</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>6</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>7</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.83</ns2:taxAmt><ns2:taxRate>0.0825</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.83</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.008
19:11:07.482 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-31</ns14:transactionDate>
        <ns14:totalTaxAmt>5.81E0</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.0825</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>440852450</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>4</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>5</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>6</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>7</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.83</ns2:taxAmt>
          <ns2:taxRate>0.0825</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.83</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.003
* def difference = write(responseXml,filename) 0.004
Then print difference 0.001
19:11:07.493 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.000
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.081
Scenario Outline Test 'TaxQuoteRequest_Success_MPCSWEB_lineCount-7_CHUB-NoDataFound_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_MPCSWEB_lineCount-7_CHUB-NoDataFound_VERTEX.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.995
19:11:07.527 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 5326
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns3="http://www.t-mobile.com/common/tax" xmlns:ns4="http://www.t-mobile.com/common/common" xmlns:ns5="http://www.t-mobile.com/common/address">
         <ns3:id>MPCSWEB</ns3:id>
         <ns3:operation>TaxQuote</ns3:operation>
         <ns3:baseData>
            <ns3:transactionType>SALE</ns3:transactionType>
            <ns3:transactionDate>2020-12-31</ns3:transactionDate>
            <ns3:sourceApp>MPCSWEB</ns3:sourceApp>
            <ns3:returnAssisted>true</ns3:returnAssisted>
            <ns3:companyCode>V040</ns3:companyCode>
            <ns3:prepaidFlag>true</ns3:prepaidFlag>
            <ns3:accountType>I</ns3:accountType>
            <ns3:accountSubtype>W</ns3:accountSubtype>
            <ns3:checkTaxExemptionEligibility>true</ns3:checkTaxExemptionEligibility>
         </ns3:baseData>
         <ns3:customer>
            <ns3:code>617918334</ns3:code>
            <ns3:taxId>968422747</ns3:taxId>
         </ns3:customer>
         <ns3:shipToAddress>
            <ns3:address>
               <ns5:baseData>
                  <ns5:addressLine1>2250 Lakeside BLVD</ns5:addressLine1>
                  <ns5:city>Richardson</ns5:city>
                  <ns5:countryCode>US</ns5:countryCode>
                  <ns5:postalCode>75082</ns5:postalCode>
                  <ns5:stateCode>TX</ns5:stateCode>
               </ns5:baseData>
            </ns3:address>
         </ns3:shipToAddress>
         <ns3:shipFromAddress>
            <ns3:taxAeraId>181110490</ns3:taxAeraId>
         </ns3:shipFromAddress>
         <ns3:listOfLineItem>
            <ns3:lineItem>
               <ns3:id>1</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>2</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>3</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>4</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>5</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>6</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
            <ns3:lineItem>
               <ns3:id>7</ns3:id>
               <ns3:sku>NC128TRIPLESIM</ns3:sku>
               <ns3:skuGroup>TLACC</ns3:skuGroup>
               <ns3:isMultiComponent>false</ns3:isMultiComponent>
               <ns3:quantity>1.0</ns3:quantity>
               <ns3:cost>10.0</ns3:cost>
               <ns3:salePrice>10.0</ns3:salePrice>
               <ns3:prepaidTransactionFlag>true</ns3:prepaidTransactionFlag>
            </ns3:lineItem>
         </ns3:listOfLineItem>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:09.516 response time in milliseconds: 1222.17
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 17284
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:41:08 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: efe99354-e2d4-4b84-6b5d-9acded50e7cd
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2020-12-31</ns14:transactionDate><ns14:totalTaxAmt>5.81</ns14:totalTaxAmt><ns14:totalTaxRate>0.0825</ns14:totalTaxRate></ns14:baseData><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>440852450</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>1</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>5</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>4</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>3</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>6</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>2</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>7</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>10.0</ns14:salePrice><ns14:taxAmt>0.83</ns14:taxAmt><ns14:taxRate>0.0825</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.83</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TEXAS</ns14:jurisdictionName><ns14:jurisdictionId>35763</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.63</ns14:calculatedTax><ns14:effectiveRate>0.0625</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>18653</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName><ns14:jurisdictionId>77893</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26340</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78120</ns14:jurisdictionId><ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26649</ns14:taxRuleId></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.004
19:11:09.523 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2020-12-31</ns14:transactionDate>
        <ns14:totalTaxAmt>5.81</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.0825</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>440852450</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>1</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>5</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>4</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>3</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>6</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>2</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>7</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>10.0</ns14:salePrice>
          <ns14:taxAmt>0.83</ns14:taxAmt>
          <ns14:taxRate>0.0825</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.83</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TEXAS</ns14:jurisdictionName>
              <ns14:jurisdictionId>35763</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.0625</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>18653</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>RICHARDSON</ns14:jurisdictionName>
              <ns14:jurisdictionId>77893</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26340</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DALLAS METROPOLITAN TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78120</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>TRANSIT_DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26649</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.056
Then print difference 0.000
19:11:09.584 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :6
Expected text value '5.81E0' but was '5.81' - comparing <ns14:totalTaxAmt ...>5.81E0</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>5.81</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '3' but was '4' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '4' but was '3' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '5' but was '6' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '6' but was '2' - comparing <ns2:id ...>6</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1]
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.009
com.intuit.karate.exception.KarateException: taxquotesb.feature:707 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :6
Expected text value '5.81E0' but was '5.81' - comparing <ns14:totalTaxAmt ...>5.81E0</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>5.81</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '3' but was '4' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '4' but was '3' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '5' but was '6' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '6' but was '2' - comparing <ns2:id ...>6</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:11:09.597 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :6
Expected text value '5.81E0' but was '5.81' - comparing <ns14:totalTaxAmt ...>5.81E0</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>5.81</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '3' but was '4' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '4' but was '3' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '5' but was '6' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '6' but was '2' - comparing <ns2:id ...>6</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
8.539
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-61_SAMSON_CHUB_VERTEX.xml') 0.036
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.003
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 8.344
19:11:09.676 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 42087
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tax:taxQuoteRequest xmlns:address="http://www.t-mobile.com/common/address" xmlns:common="http://www.t-mobile.com/common/common" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:tax_1="http://www.t-mobile.com/common/tax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tax_1:id>DASH</tax_1:id>
         <tax_1:operation>1996</tax_1:operation>
         <tax_1:baseData>
            <tax_1:transactionType>SALE</tax_1:transactionType>
            <tax_1:transactionDate>2020-12-30</tax_1:transactionDate>
            <tax_1:sourceApp>WCS</tax_1:sourceApp>
            <tax_1:returnAssisted>true</tax_1:returnAssisted>
            <tax_1:companyCode>V040</tax_1:companyCode>
            <tax_1:accountType>I</tax_1:accountType>
            <tax_1:accountSubtype>R</tax_1:accountSubtype>
            <tax_1:checkTaxExemptionEligibility>true</tax_1:checkTaxExemptionEligibility>
         </tax_1:baseData>
         <tax_1:extData>
            <common:events/>
            <common:additionalData/>
         </tax_1:extData>
         <tax_1:customer>
            <tax_1:code>617918334</tax_1:code>
         </tax_1:customer>
         <tax_1:shipToAddress>
            <tax_1:address>
               <address:baseData>
                  <address:addressLine1>1  RAVINIA DR</address:addressLine1>
                  <address:city>ATLANTA</address:city>
                  <address:countryCode>US</address:countryCode>
                  <address:postalCode>30346</address:postalCode>
                  <address:stateCode>GA</address:stateCode>
               </address:baseData>
            </tax_1:address>
         </tax_1:shipToAddress>
         <tax_1:listOfLineItem>
            <tax_1:lineItem>
               <tax_1:id>0</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>1</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>2</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>3</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>4</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>5</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>6</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>7</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>8</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>9</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>11</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>12</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>13</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>14</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>15</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>16</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>17</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>18</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>19</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>20</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>21</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>22</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>23</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>24</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>25</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>26</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>27</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>28</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>29</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>30</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>31</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>32</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>33</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>34</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>35</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>36</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>37</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>38</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>39</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>40</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>41</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>42</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>43</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>44</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>45</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>46</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>47</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>48</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>49</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>50</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>51</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>52</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>53</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>54</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>55</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>56</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>57</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>58</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>59</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>-1</tax_1:id>
               <tax_1:skuGroup>SAPFREIGHT</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>11.99</tax_1:cost>
               <tax_1:salePrice>11.99</tax_1:salePrice>
            </tax_1:lineItem>
         </tax_1:listOfLineItem>
      </tax:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:17.954 response time in milliseconds: 3013.57
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:41:10 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 3a18de0a-15b1-48a5-47e3-8be8bd4e5f96
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-30</ns14:transactionDate><ns14:totalTaxAmt>4.1856000000000023E2</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>-1</ns2:id><ns2:sku>SAPFREIGHT</ns2:sku><ns2:skuGroup>SAPFREIGHT</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>11.99</ns2:salePrice><ns2:taxAmt>0.96</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.96</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.48</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>370406</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.36</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.12</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>0</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>1.3440000000000001E1</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>1.3440000000000001E1</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>4</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>5</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>6</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>7</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>8</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>9</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>10</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>11</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>12</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>13</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>14</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>15</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>16</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>17</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>18</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>19</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>20</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>21</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>22</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>23</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>24</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>25</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>26</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>27</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>28</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>29</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>30</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>31</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>32</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>33</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>34</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>35</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>36</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>37</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>38</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>39</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>40</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>41</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>42</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>43</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>44</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>45</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>46</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>47</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>48</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>49</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>50</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>51</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>52</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>53</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>54</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>55</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>56</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>57</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>MISC1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>20.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:exempt>20.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>58</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>10.0</ns2:salePrice><ns2:taxAmt>0.8</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.8</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.4</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>10.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>59</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>252.0</ns2:salePrice><ns2:taxAmt>20.16</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>20.16</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>10.08</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.56</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.52</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>252.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.112
19:11:18.124 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-30</ns14:transactionDate>
        <ns14:totalTaxAmt>4.1856000000000023E2</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>110892004</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>-1</ns2:id>
          <ns2:sku>SAPFREIGHT</ns2:sku>
          <ns2:skuGroup>SAPFREIGHT</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>11.99</ns2:salePrice>
          <ns2:taxAmt>0.96</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.96</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.48</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>370406</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.36</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.12</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>0</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>1.3440000000000001E1</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>1.3440000000000001E1</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>4</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>5</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>6</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>7</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>8</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>9</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>11</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>12</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>13</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>14</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>15</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>16</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>17</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>18</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>19</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>20</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>21</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>22</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>23</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>24</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>25</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>26</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>27</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>28</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>29</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>30</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>31</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>32</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>33</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>34</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>35</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>36</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>37</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>38</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>39</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>40</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>41</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>42</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>43</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>44</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>45</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>46</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>47</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>48</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>49</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>50</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>51</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>52</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>53</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>54</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>55</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>56</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>57</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>MISC1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>20.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:exempt>20.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>58</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>10.0</ns2:salePrice>
          <ns2:taxAmt>0.8</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.8</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.4</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>10.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>59</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>252.0</ns2:salePrice>
          <ns2:taxAmt>20.16</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>20.16</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>10.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.56</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.52</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>252.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.013
* def difference = write(responseXml,filename) 0.010
Then print difference 0.000
19:11:18.155 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.012
And match difference contains 'Number of difference between two files :0' 0.000
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
5.523
Scenario Outline Test 'TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-61_SAMSON_CHUB_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-61_SAMSON_CHUB_VERTEX.xml') 0.006
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 5.314
19:11:18.203 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 42087
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tax:taxQuoteRequest xmlns:address="http://www.t-mobile.com/common/address" xmlns:common="http://www.t-mobile.com/common/common" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:tax_1="http://www.t-mobile.com/common/tax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tax_1:id>DASH</tax_1:id>
         <tax_1:operation>1996</tax_1:operation>
         <tax_1:baseData>
            <tax_1:transactionType>SALE</tax_1:transactionType>
            <tax_1:transactionDate>2020-12-30</tax_1:transactionDate>
            <tax_1:sourceApp>WCS</tax_1:sourceApp>
            <tax_1:returnAssisted>true</tax_1:returnAssisted>
            <tax_1:companyCode>V040</tax_1:companyCode>
            <tax_1:accountType>I</tax_1:accountType>
            <tax_1:accountSubtype>R</tax_1:accountSubtype>
            <tax_1:checkTaxExemptionEligibility>true</tax_1:checkTaxExemptionEligibility>
         </tax_1:baseData>
         <tax_1:extData>
            <common:events/>
            <common:additionalData/>
         </tax_1:extData>
         <tax_1:customer>
            <tax_1:code>617918334</tax_1:code>
         </tax_1:customer>
         <tax_1:shipToAddress>
            <tax_1:address>
               <address:baseData>
                  <address:addressLine1>1  RAVINIA DR</address:addressLine1>
                  <address:city>ATLANTA</address:city>
                  <address:countryCode>US</address:countryCode>
                  <address:postalCode>30346</address:postalCode>
                  <address:stateCode>GA</address:stateCode>
               </address:baseData>
            </tax_1:address>
         </tax_1:shipToAddress>
         <tax_1:listOfLineItem>
            <tax_1:lineItem>
               <tax_1:id>0</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>1</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>2</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>3</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>4</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>5</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>6</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>7</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>8</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>9</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>11</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>12</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>13</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>14</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>15</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>16</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>17</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>18</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>19</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>20</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>21</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>22</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>23</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>24</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>25</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>26</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>27</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>28</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>29</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>30</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>31</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>32</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>33</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>34</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>35</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>36</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>37</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>38</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>39</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>40</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>41</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>42</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>43</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>44</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>45</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>46</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>47</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>48</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>49</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>50</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>51</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>52</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>53</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>54</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>55</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>56</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>57</tax_1:id>
               <tax_1:sku>ONSUPCHG</tax_1:sku>
               <tax_1:skuGroup>MISC1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>20.0</tax_1:cost>
               <tax_1:salePrice>20.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>58</tax_1:id>
               <tax_1:sku>TM8080</tax_1:sku>
               <tax_1:skuGroup>TLACC</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>10.0</tax_1:cost>
               <tax_1:salePrice>10.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>false</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>59</tax_1:id>
               <tax_1:sku>610214663641</tax_1:sku>
               <tax_1:skuGroup>PHONE</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>212.38</tax_1:cost>
               <tax_1:salePrice>252.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>-1</tax_1:id>
               <tax_1:skuGroup>SAPFREIGHT</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>11.99</tax_1:cost>
               <tax_1:salePrice>11.99</tax_1:salePrice>
            </tax_1:lineItem>
         </tax_1:listOfLineItem>
      </tax:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:23.505 response time in milliseconds: 1574.56
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 105295
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:41:19 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 9a421cc5-257d-48e9-45e5-41ee22337818
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>No Account Found For BAN:0</faultstring><faultactor>SALE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>SALE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>No Account Found For BAN:0</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;DASH&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;1996&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId/&amp;gt;&amp;lt;transactionType&amp;gt;SALE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609315200000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;WCS&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData&amp;gt;&amp;lt;events&amp;gt;&amp;lt;event/&amp;gt;&amp;lt;/events&amp;gt;&amp;lt;additionalData&amp;gt;&amp;lt;nvPair/&amp;gt;&amp;lt;/additionalData&amp;gt;&amp;lt;/extData&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;1  RAVINIA DR&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;ATLANTA&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;GA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;0&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;2&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;3&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;4&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;5&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;6&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;7&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;8&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;9&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;10&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;11&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;12&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;13&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;14&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;15&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;16&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;17&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;18&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;19&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;20&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;21&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;22&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;23&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;24&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;25&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;26&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;27&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;28&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;29&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;30&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;31&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;32&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;33&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;34&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;35&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;36&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;37&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;38&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;39&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;40&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;41&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;42&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;43&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;44&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;45&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;46&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;47&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;48&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;49&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;50&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;51&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;52&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;53&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;54&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;55&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;56&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;57&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;58&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;59&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;-1&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku/&amp;gt;&amp;lt;skuGroup&amp;gt;SAPFREIGHT&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;11.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;11.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.021
19:11:23.533 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>No Account Found For BAN:0</faultstring>
      <faultactor>SALE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>SALE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>No Account Found For BAN:0</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;DASH&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;1996&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId/&amp;gt;&amp;lt;transactionType&amp;gt;SALE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609315200000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;WCS&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;I&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData&amp;gt;&amp;lt;events&amp;gt;&amp;lt;event/&amp;gt;&amp;lt;/events&amp;gt;&amp;lt;additionalData&amp;gt;&amp;lt;nvPair/&amp;gt;&amp;lt;/additionalData&amp;gt;&amp;lt;/extData&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress&amp;gt;&amp;lt;taxAeraId/&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1&amp;gt;1  RAVINIA DR&amp;lt;/addressLine1&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city&amp;gt;ATLANTA&amp;lt;/city&amp;gt;&amp;lt;countryCode&amp;gt;US&amp;lt;/countryCode&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode&amp;gt;GA&amp;lt;/stateCode&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipToAddress&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;0&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;1&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;2&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;3&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;4&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;5&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;6&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;7&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;8&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;9&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;10&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;11&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;12&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;13&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;14&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;15&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;16&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;17&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;18&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;19&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;20&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;21&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;22&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;23&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;24&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;25&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;26&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;27&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;28&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;29&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;30&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;31&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;32&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;33&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;34&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;35&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;36&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;37&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;38&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;39&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;40&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;41&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;42&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;43&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;44&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;45&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;46&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;47&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;48&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;49&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;50&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;51&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;52&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;53&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;54&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;55&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;56&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214661333&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;COMP1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;111.18&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;168.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;57&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;ONSUPCHG&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;MISC1&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;20.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;20.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;58&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;TM8080&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;TLACC&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;10.0&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;10.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;false&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;59&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;610214663641&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;212.38&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;252.0&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag&amp;gt;true&amp;lt;/prepaidTransactionFlag&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address/&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;-1&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku/&amp;gt;&amp;lt;skuGroup&amp;gt;SAPFREIGHT&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;11.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;11.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice/&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate/&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress/&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress/&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company/&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm/&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator/&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType/&amp;gt;&amp;lt;transactionCode/&amp;gt;&amp;lt;chargeType/&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;eipplanId/&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version/&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.002
* def difference = compareResult(responseXml,filename) 0.168
Then print difference 0.000
19:11:23.706 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1]
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:734 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:11:23.711 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.887
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-2_VERTEX.xml') 0.009
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.850
19:11:23.752 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 3088
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tax:taxQuoteRequest xmlns:address="http://www.t-mobile.com/common/address" xmlns:common="http://www.t-mobile.com/common/common" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:tax_1="http://www.t-mobile.com/common/tax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tax_1:id>DASH</tax_1:id>
         <tax_1:operation>1996</tax_1:operation>
         <tax_1:baseData>
            <tax_1:transactionType>SALE</tax_1:transactionType>
            <tax_1:transactionDate>2020-12-30</tax_1:transactionDate>
            <tax_1:sourceApp>WCS</tax_1:sourceApp>
            <tax_1:returnAssisted>true</tax_1:returnAssisted>
            <tax_1:companyCode>V040</tax_1:companyCode>
            <tax_1:accountType>I</tax_1:accountType>
            <tax_1:accountSubtype>R</tax_1:accountSubtype>
         </tax_1:baseData>
         <tax_1:extData>
            <common:events/>
            <common:additionalData/>
         </tax_1:extData>
         <tax_1:customer>
            <tax_1:code>617918334</tax_1:code>
         </tax_1:customer>
         <tax_1:shipToAddress>
            <tax_1:address>
               <address:baseData>
                  <address:addressLine1>1  RAVINIA DR</address:addressLine1>
                  <address:city>ATLANTA</address:city>
                  <address:countryCode>US</address:countryCode>
                  <address:postalCode>30346</address:postalCode>
                  <address:stateCode>GA</address:stateCode>
               </address:baseData>
            </tax_1:address>
         </tax_1:shipToAddress>
         <tax_1:listOfLineItem>
            <tax_1:lineItem>
               <tax_1:id>10515233</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>-1</tax_1:id>
               <tax_1:skuGroup>SAPFREIGHT</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>11.99</tax_1:cost>
               <tax_1:salePrice>11.99</tax_1:salePrice>
            </tax_1:lineItem>
         </tax_1:listOfLineItem>
      </tax:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:25.595 response time in milliseconds: 1158.01
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:41:24 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 3ea4ce97-d197-46f1-5e10-81101fe4a75c
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-30</ns14:transactionDate><ns14:totalTaxAmt>1.44E1</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>-1</ns2:id><ns2:sku>SAPFREIGHT</ns2:sku><ns2:skuGroup>SAPFREIGHT</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>11.99</ns2:salePrice><ns2:taxAmt>0.96</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.96</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.48</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>370406</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.36</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.12</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>10515233</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>1.3440000000000001E1</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>1.3440000000000001E1</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:11:25.602 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-30</ns14:transactionDate>
        <ns14:totalTaxAmt>1.44E1</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>110892004</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>-1</ns2:id>
          <ns2:sku>SAPFREIGHT</ns2:sku>
          <ns2:skuGroup>SAPFREIGHT</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>11.99</ns2:salePrice>
          <ns2:taxAmt>0.96</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.96</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.48</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>370406</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.36</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.12</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10515233</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>1.3440000000000001E1</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>1.3440000000000001E1</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:11:25.609 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.013
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.330
Scenario Outline Test 'TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-2_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-2_VERTEX.xml') 0.019
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.260
19:11:25.669 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 3088
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tax:taxQuoteRequest xmlns:address="http://www.t-mobile.com/common/address" xmlns:common="http://www.t-mobile.com/common/common" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:tax_1="http://www.t-mobile.com/common/tax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tax_1:id>DASH</tax_1:id>
         <tax_1:operation>1996</tax_1:operation>
         <tax_1:baseData>
            <tax_1:transactionType>SALE</tax_1:transactionType>
            <tax_1:transactionDate>2020-12-30</tax_1:transactionDate>
            <tax_1:sourceApp>WCS</tax_1:sourceApp>
            <tax_1:returnAssisted>true</tax_1:returnAssisted>
            <tax_1:companyCode>V040</tax_1:companyCode>
            <tax_1:accountType>I</tax_1:accountType>
            <tax_1:accountSubtype>R</tax_1:accountSubtype>
         </tax_1:baseData>
         <tax_1:extData>
            <common:events/>
            <common:additionalData/>
         </tax_1:extData>
         <tax_1:customer>
            <tax_1:code>617918334</tax_1:code>
         </tax_1:customer>
         <tax_1:shipToAddress>
            <tax_1:address>
               <address:baseData>
                  <address:addressLine1>1  RAVINIA DR</address:addressLine1>
                  <address:city>ATLANTA</address:city>
                  <address:countryCode>US</address:countryCode>
                  <address:postalCode>30346</address:postalCode>
                  <address:stateCode>GA</address:stateCode>
               </address:baseData>
            </tax_1:address>
         </tax_1:shipToAddress>
         <tax_1:listOfLineItem>
            <tax_1:lineItem>
               <tax_1:id>10515233</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>-1</tax_1:id>
               <tax_1:skuGroup>SAPFREIGHT</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>11.99</tax_1:cost>
               <tax_1:salePrice>11.99</tax_1:salePrice>
            </tax_1:lineItem>
         </tax_1:listOfLineItem>
      </tax:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:26.925 response time in milliseconds: 1253.85
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 3548
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:41:26 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 7cf9408b-5c54-4224-4bc0-eb70bf938eec
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2020-12-30</ns14:transactionDate><ns14:totalTaxAmt>14.4</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>10515233</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:11:26.930 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2020-12-30</ns14:transactionDate>
        <ns14:totalTaxAmt>14.4</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>110892004</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>10515233</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.033
Then print difference 0.001
19:11:26.967 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :16
Expected text value '1.44E1' but was '14.4' - comparing <ns14:totalTaxAmt ...>1.44E1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>14.4</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '2' but was '1' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '10515233' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>10515233</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '13.44' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>13.44</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value '0.96' but was '13.44' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>13.44</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '6.72' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '5.04' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '1.68' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] to <NULL>
And match response contains 'totalTaxAmt' 0.004
And match difference contains 'Number of difference between two files :0' 0.002
com.intuit.karate.exception.KarateException: taxquotesb.feature:761 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :16
Expected text value '1.44E1' but was '14.4' - comparing <ns14:totalTaxAmt ...>1.44E1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>14.4</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '2' but was '1' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '10515233' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>10515233</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '13.44' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>13.44</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value '0.96' but was '13.44' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>13.44</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '6.72' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '5.04' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '1.68' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] to <NULL> 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:11:26.973 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :16
Expected text value '1.44E1' but was '14.4' - comparing <ns14:totalTaxAmt ...>1.44E1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>14.4</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '2' but was '1' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '10515233' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>10515233</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '13.44' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>13.44</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value '0.96' but was '13.44' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>13.44</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '6.72' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '5.04' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '1.68' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] to <NULL> 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
4.627
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-8_CHUB_VERTEX.xml') 0.008
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.002
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 4.562
19:11:27.011 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 7196
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tax:taxQuoteRequest xmlns:address="http://www.t-mobile.com/common/address" xmlns:common="http://www.t-mobile.com/common/common" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:tax_1="http://www.t-mobile.com/common/tax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tax_1:id>DASH</tax_1:id>
         <tax_1:operation>1996</tax_1:operation>
         <tax_1:baseData>
            <tax_1:transactionType>SALE</tax_1:transactionType>
            <tax_1:transactionDate>2020-12-30</tax_1:transactionDate>
            <tax_1:sourceApp>WCS</tax_1:sourceApp>
            <tax_1:returnAssisted>true</tax_1:returnAssisted>
            <tax_1:companyCode>V040</tax_1:companyCode>
            <tax_1:accountType>I</tax_1:accountType>
            <tax_1:accountSubtype>R</tax_1:accountSubtype>
            <tax_1:checkTaxExemptionEligibility>true</tax_1:checkTaxExemptionEligibility>
         </tax_1:baseData>
         <tax_1:extData>
            <common:events/>
            <common:additionalData/>
         </tax_1:extData>
         <tax_1:customer>
            <tax_1:code>617918334</tax_1:code>
            <tax_1:ssn>002588751</tax_1:ssn>
         </tax_1:customer>
         <tax_1:shipToAddress>
            <tax_1:address>
               <address:baseData>
                  <address:addressLine1>1  RAVINIA DR</address:addressLine1>
                  <address:city>ATLANTA</address:city>
                  <address:countryCode>US</address:countryCode>
                  <address:postalCode>30346</address:postalCode>
                  <address:stateCode>GA</address:stateCode>
               </address:baseData>
            </tax_1:address>
         </tax_1:shipToAddress>
         <tax_1:listOfLineItem>
            <tax_1:lineItem>
               <tax_1:id>0</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>1</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>2</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>3</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>4</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>5</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>6</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>-1</tax_1:id>
               <tax_1:skuGroup>SAPFREIGHT</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>11.99</tax_1:cost>
               <tax_1:salePrice>11.99</tax_1:salePrice>
            </tax_1:lineItem>
         </tax_1:listOfLineItem>
      </tax:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:31.567 response time in milliseconds: 1450.17
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:41:27 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 1ed47e4c-35b8-43e8-7f11-44176b5df940
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-30</ns14:transactionDate><ns14:totalTaxAmt>9.503999999999999E1</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>-1</ns2:id><ns2:sku>SAPFREIGHT</ns2:sku><ns2:skuGroup>SAPFREIGHT</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>11.99</ns2:salePrice><ns2:taxAmt>0.96</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.96</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.48</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>370406</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.36</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.12</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>0</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>1.3440000000000001E1</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>1.3440000000000001E1</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>4</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>5</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>6</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.037
19:11:31.607 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-30</ns14:transactionDate>
        <ns14:totalTaxAmt>9.503999999999999E1</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>110892004</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>-1</ns2:id>
          <ns2:sku>SAPFREIGHT</ns2:sku>
          <ns2:skuGroup>SAPFREIGHT</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>11.99</ns2:salePrice>
          <ns2:taxAmt>0.96</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.96</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.48</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>370406</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.36</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.12</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>0</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>1.3440000000000001E1</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>1.3440000000000001E1</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>4</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>5</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>6</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.002
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:11:31.615 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.004
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.968
Scenario Outline Test 'TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-8_CHUB_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-8_CHUB_VERTEX.xml') 0.003
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.919
19:11:31.677 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 7196
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tax:taxQuoteRequest xmlns:address="http://www.t-mobile.com/common/address" xmlns:common="http://www.t-mobile.com/common/common" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:tax_1="http://www.t-mobile.com/common/tax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tax_1:id>DASH</tax_1:id>
         <tax_1:operation>1996</tax_1:operation>
         <tax_1:baseData>
            <tax_1:transactionType>SALE</tax_1:transactionType>
            <tax_1:transactionDate>2020-12-30</tax_1:transactionDate>
            <tax_1:sourceApp>WCS</tax_1:sourceApp>
            <tax_1:returnAssisted>true</tax_1:returnAssisted>
            <tax_1:companyCode>V040</tax_1:companyCode>
            <tax_1:accountType>I</tax_1:accountType>
            <tax_1:accountSubtype>R</tax_1:accountSubtype>
            <tax_1:checkTaxExemptionEligibility>true</tax_1:checkTaxExemptionEligibility>
         </tax_1:baseData>
         <tax_1:extData>
            <common:events/>
            <common:additionalData/>
         </tax_1:extData>
         <tax_1:customer>
            <tax_1:code>617918334</tax_1:code>
            <tax_1:ssn>002588751</tax_1:ssn>
         </tax_1:customer>
         <tax_1:shipToAddress>
            <tax_1:address>
               <address:baseData>
                  <address:addressLine1>1  RAVINIA DR</address:addressLine1>
                  <address:city>ATLANTA</address:city>
                  <address:countryCode>US</address:countryCode>
                  <address:postalCode>30346</address:postalCode>
                  <address:stateCode>GA</address:stateCode>
               </address:baseData>
            </tax_1:address>
         </tax_1:shipToAddress>
         <tax_1:listOfLineItem>
            <tax_1:lineItem>
               <tax_1:id>0</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>1</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>2</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>3</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>4</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>5</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>6</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>-1</tax_1:id>
               <tax_1:skuGroup>SAPFREIGHT</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>11.99</tax_1:cost>
               <tax_1:salePrice>11.99</tax_1:salePrice>
            </tax_1:lineItem>
         </tax_1:listOfLineItem>
      </tax:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:33.591 response time in milliseconds: 1220.65
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 17412
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:41:32 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 7771fb6d-28ae-423c-5b7a-32d86ea2a1ca
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2020-12-30</ns14:transactionDate><ns14:totalTaxAmt>95.04</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>2</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>12.48</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>12.48</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>3</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>4</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>5</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>1</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>0</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>14.4</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>14.4</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>6</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:11:33.595 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2020-12-30</ns14:transactionDate>
        <ns14:totalTaxAmt>95.04</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>110892004</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>2</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>12.48</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>12.48</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>3</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>4</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>5</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>1</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>0</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>14.4</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>14.4</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>6</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.029
Then print difference 0.002
19:11:33.629 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :26
Expected text value '9.503999999999999E1' but was '95.04' - comparing <ns14:totalTaxAmt ...>9.503999999999999E1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>95.04</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '8' but was '7' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '2' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>12.48</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>12.48</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '6.72' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '5.04' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '1.68' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected text value '0' but was '3' - comparing <ns2:id ...>0</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:taxAmt ...>1.3440000000000001E1</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>13.44</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:totalTax ...>1.3440000000000001E1</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>13.44</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value '1' but was '4' - comparing <ns2:id ...>1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '3' but was '1' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>1</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '4' but was '0' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>0</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:taxAmt ...>13.44</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>14.4</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:totalTax ...>13.44</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] to <ns14:totalTax ...>14.4</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] 
Expected text value '5' but was '6' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8] to <NULL>
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.002
com.intuit.karate.exception.KarateException: taxquotesb.feature:788 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :26
Expected text value '9.503999999999999E1' but was '95.04' - comparing <ns14:totalTaxAmt ...>9.503999999999999E1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>95.04</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '8' but was '7' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '2' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>12.48</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>12.48</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '6.72' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '5.04' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '1.68' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected text value '0' but was '3' - comparing <ns2:id ...>0</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:taxAmt ...>1.3440000000000001E1</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>13.44</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:totalTax ...>1.3440000000000001E1</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>13.44</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value '1' but was '4' - comparing <ns2:id ...>1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '3' but was '1' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>1</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '4' but was '0' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>0</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:taxAmt ...>13.44</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>14.4</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:totalTax ...>13.44</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] to <ns14:totalTax ...>14.4</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] 
Expected text value '5' but was '6' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8] to <NULL> 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:11:33.634 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :26
Expected text value '9.503999999999999E1' but was '95.04' - comparing <ns14:totalTaxAmt ...>9.503999999999999E1</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>95.04</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '8' but was '7' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '2' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>12.48</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>12.48</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '6.72' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '5.04' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '1.68' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected text value '0' but was '3' - comparing <ns2:id ...>0</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:taxAmt ...>1.3440000000000001E1</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>13.44</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:totalTax ...>1.3440000000000001E1</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>13.44</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value '1' but was '4' - comparing <ns2:id ...>1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '3' but was '1' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>1</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '4' but was '0' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>0</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:taxAmt ...>13.44</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>14.4</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxAmt[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:totalTax ...>13.44</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] to <ns14:totalTax ...>14.4</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/totalTax[1]/text()[1] 
Expected text value '5' but was '6' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8] to <NULL> 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
5.940
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-15_CHUB-NoDataFound_VERTEX.xml') 0.009
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 5.867
19:11:33.668 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 11836
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tax:taxQuoteRequest xmlns:address="http://www.t-mobile.com/common/address" xmlns:common="http://www.t-mobile.com/common/common" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:tax_1="http://www.t-mobile.com/common/tax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tax_1:id>DASH</tax_1:id>
         <tax_1:operation>1996</tax_1:operation>
         <tax_1:baseData>
            <tax_1:transactionType>SALE</tax_1:transactionType>
            <tax_1:transactionDate>2020-12-30</tax_1:transactionDate>
            <tax_1:sourceApp>WCS</tax_1:sourceApp>
            <tax_1:returnAssisted>true</tax_1:returnAssisted>
            <tax_1:companyCode>V040</tax_1:companyCode>
            <tax_1:accountType>I</tax_1:accountType>
            <tax_1:accountSubtype>R</tax_1:accountSubtype>
            <tax_1:checkTaxExemptionEligibility>true</tax_1:checkTaxExemptionEligibility>
         </tax_1:baseData>
         <tax_1:extData>
            <common:events/>
            <common:additionalData/>
         </tax_1:extData>
         <tax_1:customer>
            <tax_1:code>617918334</tax_1:code>
            <tax_1:taxId>968422747</tax_1:taxId>
         </tax_1:customer>
         <tax_1:shipToAddress>
            <tax_1:address>
               <address:baseData>
                  <address:addressLine1>1  RAVINIA DR</address:addressLine1>
                  <address:city>ATLANTA</address:city>
                  <address:countryCode>US</address:countryCode>
                  <address:postalCode>30346</address:postalCode>
                  <address:stateCode>GA</address:stateCode>
               </address:baseData>
            </tax_1:address>
         </tax_1:shipToAddress>
         <tax_1:listOfLineItem>
		    <tax_1:lineItem>
               <tax_1:id>0</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
               <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>1</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>2</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>3</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>4</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>5</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>6</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>7</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>8</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>9</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>11</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>12</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>13</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>-1</tax_1:id>
               <tax_1:skuGroup>SAPFREIGHT</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>11.99</tax_1:cost>
               <tax_1:salePrice>11.99</tax_1:salePrice>
            </tax_1:lineItem>
         </tax_1:listOfLineItem>
      </tax:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:39.526 response time in milliseconds: 1278.99
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:41:34 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 2fa9d459-d326-4ca7-6cd0-1106db44b50b
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-30</ns14:transactionDate><ns14:totalTaxAmt>1.8911999999999998E2</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>-1</ns2:id><ns2:sku>SAPFREIGHT</ns2:sku><ns2:skuGroup>SAPFREIGHT</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>11.99</ns2:salePrice><ns2:taxAmt>0.96</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.96</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.48</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>370406</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.36</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.12</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>11.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>0</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>1.3440000000000001E1</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>1.3440000000000001E1</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>4</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>5</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>6</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>7</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>8</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>9</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>10</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>11</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>12</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>13</ns2:id><ns2:sku>COMP1</ns2:sku><ns2:skuGroup>COMP1</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>168.0</ns2:salePrice><ns2:taxAmt>13.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>13.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.041
19:11:39.571 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-30</ns14:transactionDate>
        <ns14:totalTaxAmt>1.8911999999999998E2</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>110892004</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>-1</ns2:id>
          <ns2:sku>SAPFREIGHT</ns2:sku>
          <ns2:skuGroup>SAPFREIGHT</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>11.99</ns2:salePrice>
          <ns2:taxAmt>0.96</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.96</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.48</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>370406</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.36</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.12</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>11.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>0</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>1.3440000000000001E1</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>1.3440000000000001E1</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>4</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>5</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>6</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>7</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>8</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>9</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>11</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>12</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>13</ns2:id>
          <ns2:sku>COMP1</ns2:sku>
          <ns2:skuGroup>COMP1</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>168.0</ns2:salePrice>
          <ns2:taxAmt>13.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>13.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.003
* def difference = write(responseXml,filename) 0.005
Then print difference 0.000
19:11:39.584 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.005
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.994
Scenario Outline Test 'TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-15_CHUB-NoDataFound_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DASH_WCS_SAPFREIGHT_lineCount-15_CHUB-NoDataFound_VERTEX.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 2.778
19:11:39.616 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 11836
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tax:taxQuoteRequest xmlns:address="http://www.t-mobile.com/common/address" xmlns:common="http://www.t-mobile.com/common/common" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:tax_1="http://www.t-mobile.com/common/tax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tax_1:id>DASH</tax_1:id>
         <tax_1:operation>1996</tax_1:operation>
         <tax_1:baseData>
            <tax_1:transactionType>SALE</tax_1:transactionType>
            <tax_1:transactionDate>2020-12-30</tax_1:transactionDate>
            <tax_1:sourceApp>WCS</tax_1:sourceApp>
            <tax_1:returnAssisted>true</tax_1:returnAssisted>
            <tax_1:companyCode>V040</tax_1:companyCode>
            <tax_1:accountType>I</tax_1:accountType>
            <tax_1:accountSubtype>R</tax_1:accountSubtype>
            <tax_1:checkTaxExemptionEligibility>true</tax_1:checkTaxExemptionEligibility>
         </tax_1:baseData>
         <tax_1:extData>
            <common:events/>
            <common:additionalData/>
         </tax_1:extData>
         <tax_1:customer>
            <tax_1:code>617918334</tax_1:code>
            <tax_1:taxId>968422747</tax_1:taxId>
         </tax_1:customer>
         <tax_1:shipToAddress>
            <tax_1:address>
               <address:baseData>
                  <address:addressLine1>1  RAVINIA DR</address:addressLine1>
                  <address:city>ATLANTA</address:city>
                  <address:countryCode>US</address:countryCode>
                  <address:postalCode>30346</address:postalCode>
                  <address:stateCode>GA</address:stateCode>
               </address:baseData>
            </tax_1:address>
         </tax_1:shipToAddress>
         <tax_1:listOfLineItem>
		    <tax_1:lineItem>
               <tax_1:id>0</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
               <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>1</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>2</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>3</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>4</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>5</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>6</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>7</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>8</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>9</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>10</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>11</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>12</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>13</tax_1:id>
               <tax_1:sku>610214661333</tax_1:sku>
               <tax_1:skuGroup>COMP1</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>111.18</tax_1:cost>
               <tax_1:salePrice>168.0</tax_1:salePrice>
               <tax_1:prepaidTransactionFlag>true</tax_1:prepaidTransactionFlag>
               <tax_1:shipFromAddress>
                  <tax_1:taxAeraId>181110490</tax_1:taxAeraId>
               </tax_1:shipFromAddress>
            </tax_1:lineItem>
            <tax_1:lineItem>
               <tax_1:id>-1</tax_1:id>
               <tax_1:skuGroup>SAPFREIGHT</tax_1:skuGroup>
               <tax_1:isMultiComponent>false</tax_1:isMultiComponent>
               <tax_1:quantity>1.0</tax_1:quantity>
               <tax_1:cost>11.99</tax_1:cost>
               <tax_1:salePrice>11.99</tax_1:salePrice>
            </tax_1:lineItem>
         </tax_1:listOfLineItem>
      </tax:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:42.389 response time in milliseconds: 1338.11
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 33601
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:41:40 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: a794cea5-3db1-43e6-7185-b4949f978d39
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2020-12-30</ns14:transactionDate><ns14:totalTaxAmt>189.12</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>1</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>12.48</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>12.48</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>4</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>3</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>5</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>0</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>14.4</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>14.4</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>2</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>11</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>9</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>8</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>6</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>7</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>10</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>13</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>12</ns14:id><ns14:sku>COMP1</ns14:sku><ns14:skuGroup>COMP1</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>168.0</ns14:salePrice><ns14:taxAmt>13.44</ns14:taxAmt><ns14:taxRate>0.08</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>13.44</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>6.72</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.04</ns14:calculatedTax><ns14:effectiveRate>0.03</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.68</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxable>168.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.008
19:11:42.400 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2020-12-30</ns14:transactionDate>
        <ns14:totalTaxAmt>189.12</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>110892004</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>1</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>12.48</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>12.48</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>4</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>3</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>5</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>0</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>14.4</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>14.4</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>2</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>11</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>9</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>8</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>6</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>7</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>13</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>12</ns14:id>
          <ns14:sku>COMP1</ns14:sku>
          <ns14:skuGroup>COMP1</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>168.0</ns14:salePrice>
          <ns14:taxAmt>13.44</ns14:taxAmt>
          <ns14:taxRate>0.08</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>13.44</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>6.72</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.04</ns14:calculatedTax>
            <ns14:effectiveRate>0.03</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.68</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxable>168.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.002
* def difference = compareResult(responseXml,filename) 0.187
Then print difference 0.003
19:11:42.594 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :31
Expected text value '1.8911999999999998E2' but was '189.12' - comparing <ns14:totalTaxAmt ...>1.8911999999999998E2</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>189.12</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '15' but was '14' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '1' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>1</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>12.48</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>12.48</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '6.72' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '5.04' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '1.68' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected text value '0' but was '4' - comparing <ns2:id ...>0</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:taxAmt ...>1.3440000000000001E1</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>13.44</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:totalTax ...>1.3440000000000001E1</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>13.44</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value '1' but was '3' - comparing <ns2:id ...>1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '3' but was '0' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>0</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:taxAmt ...>13.44</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>14.4</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:totalTax ...>13.44</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] to <ns14:totalTax ...>14.4</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] 
Expected text value '4' but was '2' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
Expected text value '5' but was '11' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] to <ns14:id ...>11</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] 
Expected text value '6' but was '9' - comparing <ns2:id ...>6</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/id[1]/text()[1] to <ns14:id ...>9</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/id[1]/text()[1] 
Expected text value '7' but was '8' - comparing <ns2:id ...>7</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/id[1]/text()[1] to <ns14:id ...>8</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/id[1]/text()[1] 
Expected text value '8' but was '6' - comparing <ns2:id ...>8</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[10]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[10]/id[1]/text()[1] 
Expected text value '9' but was '7' - comparing <ns2:id ...>9</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[11]/id[1]/text()[1] to <ns14:id ...>7</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[11]/id[1]/text()[1] 
Expected text value '11' but was '13' - comparing <ns2:id ...>11</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[13]/id[1]/text()[1] to <ns14:id ...>13</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[13]/id[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[15] to <NULL>
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:815 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :31
Expected text value '1.8911999999999998E2' but was '189.12' - comparing <ns14:totalTaxAmt ...>1.8911999999999998E2</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>189.12</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '15' but was '14' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '1' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>1</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>12.48</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>12.48</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '6.72' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '5.04' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '1.68' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected text value '0' but was '4' - comparing <ns2:id ...>0</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:taxAmt ...>1.3440000000000001E1</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>13.44</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:totalTax ...>1.3440000000000001E1</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>13.44</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value '1' but was '3' - comparing <ns2:id ...>1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '3' but was '0' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>0</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:taxAmt ...>13.44</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>14.4</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:totalTax ...>13.44</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] to <ns14:totalTax ...>14.4</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] 
Expected text value '4' but was '2' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
Expected text value '5' but was '11' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] to <ns14:id ...>11</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] 
Expected text value '6' but was '9' - comparing <ns2:id ...>6</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/id[1]/text()[1] to <ns14:id ...>9</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/id[1]/text()[1] 
Expected text value '7' but was '8' - comparing <ns2:id ...>7</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/id[1]/text()[1] to <ns14:id ...>8</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/id[1]/text()[1] 
Expected text value '8' but was '6' - comparing <ns2:id ...>8</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[10]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[10]/id[1]/text()[1] 
Expected text value '9' but was '7' - comparing <ns2:id ...>9</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[11]/id[1]/text()[1] to <ns14:id ...>7</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[11]/id[1]/text()[1] 
Expected text value '11' but was '13' - comparing <ns2:id ...>11</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[13]/id[1]/text()[1] to <ns14:id ...>13</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[13]/id[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[15] to <NULL> 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:11:42.600 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :31
Expected text value '1.8911999999999998E2' but was '189.12' - comparing <ns14:totalTaxAmt ...>1.8911999999999998E2</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] to <ns14:totalTaxAmt ...>189.12</ns14:totalTaxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxAmt[1]/text()[1] 
Expected child nodelist length '15' but was '14' - comparing <ns2:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] to <ns14:listOfLineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1] 
Expected text value '-1' but was '1' - comparing <ns2:id ...>-1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] to <ns14:id ...>1</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/id[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:sku ...>SAPFREIGHT</ns2:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] to <ns14:sku ...>COMP1</ns14:sku> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/sku[1]/text()[1] 
Expected text value 'SAPFREIGHT' but was 'COMP1' - comparing <ns2:skuGroup ...>SAPFREIGHT</ns2:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] to <ns14:skuGroup ...>COMP1</ns14:skuGroup> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/skuGroup[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns2:salePrice ...>11.99</ns2:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] to <ns14:salePrice ...>168.0</ns14:salePrice> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/salePrice[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:taxAmt ...>0.96</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>12.48</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxAmt[1]/text()[1] 
Expected text value '0.96' but was '12.48' - comparing <ns2:totalTax ...>0.96</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] to <ns14:totalTax ...>12.48</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/totalTax[1]/text()[1] 
Expected text value '0.48' but was '6.72' - comparing <ns14:calculatedTax ...>0.48</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>6.72</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxable[1]/text()[1] 
Expected text value '370406' but was '5232' - comparing <ns14:taxRuleId ...>370406</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] to <ns14:taxRuleId ...>5232</ns14:taxRuleId> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/taxRuleId[1]/text()[1] 
Expected text value '0.36' but was '5.04' - comparing <ns14:calculatedTax ...>0.36</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>5.04</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/taxable[1]/text()[1] 
Expected text value '0.12' but was '1.68' - comparing <ns14:calculatedTax ...>0.12</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] to <ns14:calculatedTax ...>1.68</ns14:calculatedTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/calculatedTax[1]/text()[1] 
Expected text value '11.99' but was '168.0' - comparing <ns14:taxable ...>11.99</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] to <ns14:taxable ...>168.0</ns14:taxable> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/taxable[1]/text()[1] 
Expected text value '0' but was '4' - comparing <ns2:id ...>0</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] to <ns14:id ...>4</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/id[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:taxAmt ...>1.3440000000000001E1</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>13.44</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxAmt[1]/text()[1] 
Expected text value '1.3440000000000001E1' but was '13.44' - comparing <ns2:totalTax ...>1.3440000000000001E1</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] to <ns14:totalTax ...>13.44</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/totalTax[1]/text()[1] 
Expected text value '1' but was '3' - comparing <ns2:id ...>1</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] to <ns14:id ...>3</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/id[1]/text()[1] 
Expected text value '2' but was '5' - comparing <ns2:id ...>2</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] to <ns14:id ...>5</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/id[1]/text()[1] 
Expected text value '3' but was '0' - comparing <ns2:id ...>3</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] to <ns14:id ...>0</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/id[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:taxAmt ...>13.44</ns2:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] to <ns14:taxAmt ...>14.4</ns14:taxAmt> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxAmt[1]/text()[1] 
Expected text value '13.44' but was '14.4' - comparing <ns2:totalTax ...>13.44</ns2:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] to <ns14:totalTax ...>14.4</ns14:totalTax> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/totalTax[1]/text()[1] 
Expected text value '4' but was '2' - comparing <ns2:id ...>4</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] to <ns14:id ...>2</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/id[1]/text()[1] 
Expected text value '5' but was '11' - comparing <ns2:id ...>5</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] to <ns14:id ...>11</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/id[1]/text()[1] 
Expected text value '6' but was '9' - comparing <ns2:id ...>6</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/id[1]/text()[1] to <ns14:id ...>9</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/id[1]/text()[1] 
Expected text value '7' but was '8' - comparing <ns2:id ...>7</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/id[1]/text()[1] to <ns14:id ...>8</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/id[1]/text()[1] 
Expected text value '8' but was '6' - comparing <ns2:id ...>8</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[10]/id[1]/text()[1] to <ns14:id ...>6</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[10]/id[1]/text()[1] 
Expected text value '9' but was '7' - comparing <ns2:id ...>9</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[11]/id[1]/text()[1] to <ns14:id ...>7</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[11]/id[1]/text()[1] 
Expected text value '11' but was '13' - comparing <ns2:id ...>11</ns2:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[13]/id[1]/text()[1] to <ns14:id ...>13</ns14:id> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[13]/id[1]/text()[1] 
Expected child '{http://www.t-mobile.com/common/tax}lineItem' but was 'null' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[15] to <NULL> 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.911
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DCP_POS_lineCount-1_VERTEX.xml') 0.008
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.000
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.000
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.884
19:11:42.636 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2081
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>DCP</id>
         <operation>1996</operation>
         <baseData>
            <transactionType>SALE</transactionType>
            <transactionDate>2021-06-06-07:00</transactionDate>
            <sourceApp>POS</sourceApp>
            <returnAssisted>true</returnAssisted>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
         </baseData>
         <extData/>
         <customer>
            <code>617918334</code>
         </customer>
         <listOfLineItem>
            <lineItem>
               <id>1</id>
               <sku>194252019955</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>1099.85</cost>
               <salePrice>1099.99</salePrice>
               <prepaidTransactionFlag>true</prepaidTransactionFlag>
               <shipFromAddress>
                  <taxAeraId>150190690</taxAeraId>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>709 N LA BREA AVE</ns3:addressLine1>
                        <ns3:city>LOS ANGELES</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>90038</ns3:postalCode>
                        <ns3:stateCode>CA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:44.514 response time in milliseconds: 1187.92
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:41:43 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 962643a0-97b0-49e9-4779-79abcc289539
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2021-06-06</ns14:transactionDate><ns14:totalTaxAmt>104.5</ns14:totalTaxAmt><ns14:totalTaxRate>0.095</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:listOfLineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>194252019955</ns2:sku><ns2:skuGroup>194252019955</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>1099.99</ns2:salePrice><ns2:taxAmt>104.5</ns2:taxAmt><ns2:taxRate>0.095</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>50371900</ns14:taxAeraId></ns14:shipToAddress><ns2:company>V040</ns2:company><ns2:totalTax>104.5</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>CALIFORNIA</ns14:jurisdictionName><ns14:jurisdictionId>2398</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>66.0</ns14:calculatedTax><ns14:effectiveRate>6.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1262305</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>LOS ANGELES</ns14:jurisdictionName><ns14:jurisdictionId>2872</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>13.75</ns14:calculatedTax><ns14:effectiveRate>1.25E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1080525</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TRANSPORTATION COMMISSION (LATC)</ns14:jurisdictionName><ns14:jurisdictionId>2873</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.5</ns14:calculatedTax><ns14:effectiveRate>5.0E-3</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>3654</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TRANSIT DISTRICT (LACT)</ns14:jurisdictionName><ns14:jurisdictionId>66710</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.5</ns14:calculatedTax><ns14:effectiveRate>5.0E-3</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>25476</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN TRANSIT DISTRICT (LAMT)</ns14:jurisdictionName><ns14:jurisdictionId>88645</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.5</ns14:calculatedTax><ns14:effectiveRate>5.0E-3</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>240276</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TRANSACTIONS AND USE TAX (LAMA)</ns14:jurisdictionName><ns14:jurisdictionId>102864</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.5</ns14:calculatedTax><ns14:effectiveRate>5.0E-3</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1393964</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>MEASURE H TRANSACTIONS AND USE TAX (LACH)</ns14:jurisdictionName><ns14:jurisdictionId>103278</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.75</ns14:calculatedTax><ns14:effectiveRate>2.5E-3</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1574079</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:11:44.520 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2021-06-06</ns14:transactionDate>
        <ns14:totalTaxAmt>104.5</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.095</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>194252019955</ns2:sku>
          <ns2:skuGroup>194252019955</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>1099.99</ns2:salePrice>
          <ns2:taxAmt>104.5</ns2:taxAmt>
          <ns2:taxRate>0.095</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>true</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>50371900</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>104.5</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>CALIFORNIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>2398</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>66.0</ns14:calculatedTax>
            <ns14:effectiveRate>6.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1262305</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>LOS ANGELES</ns14:jurisdictionName>
              <ns14:jurisdictionId>2872</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>13.75</ns14:calculatedTax>
            <ns14:effectiveRate>1.25E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1080525</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TRANSPORTATION COMMISSION (LATC)</ns14:jurisdictionName>
              <ns14:jurisdictionId>2873</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.5</ns14:calculatedTax>
            <ns14:effectiveRate>5.0E-3</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>3654</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TRANSIT DISTRICT (LACT)</ns14:jurisdictionName>
              <ns14:jurisdictionId>66710</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.5</ns14:calculatedTax>
            <ns14:effectiveRate>5.0E-3</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>25476</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN TRANSIT DISTRICT (LAMT)</ns14:jurisdictionName>
              <ns14:jurisdictionId>88645</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.5</ns14:calculatedTax>
            <ns14:effectiveRate>5.0E-3</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>240276</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TRANSACTIONS AND USE TAX (LAMA)</ns14:jurisdictionName>
              <ns14:jurisdictionId>102864</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.5</ns14:calculatedTax>
            <ns14:effectiveRate>5.0E-3</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1393964</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>MEASURE H TRANSACTIONS AND USE TAX (LACH)</ns14:jurisdictionName>
              <ns14:jurisdictionId>103278</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.75</ns14:calculatedTax>
            <ns14:effectiveRate>2.5E-3</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1574079</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.002
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:11:44.527 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.004
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.252
Scenario Outline Test 'TaxQuoteRequest_Success_DCP_POS_lineCount-1_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DCP_POS_lineCount-1_VERTEX.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.001
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.211
19:11:44.555 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2081
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>DCP</id>
         <operation>1996</operation>
         <baseData>
            <transactionType>SALE</transactionType>
            <transactionDate>2021-06-06-07:00</transactionDate>
            <sourceApp>POS</sourceApp>
            <returnAssisted>true</returnAssisted>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
         </baseData>
         <extData/>
         <customer>
            <code>617918334</code>
         </customer>
         <listOfLineItem>
            <lineItem>
               <id>1</id>
               <sku>194252019955</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>1099.85</cost>
               <salePrice>1099.99</salePrice>
               <prepaidTransactionFlag>true</prepaidTransactionFlag>
               <shipFromAddress>
                  <taxAeraId>150190690</taxAeraId>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>709 N LA BREA AVE</ns3:addressLine1>
                        <ns3:city>LOS ANGELES</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>90038</ns3:postalCode>
                        <ns3:stateCode>CA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:45.762 response time in milliseconds: 1205.04
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 6780
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:41:45 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 4d71f517-e4d1-46da-48e1-6643e84cfab0
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2021-06-06</ns14:transactionDate><ns14:totalTaxAmt>104.5</ns14:totalTaxAmt><ns14:totalTaxRate>0.0950</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>1</ns14:id><ns14:sku>194252019955</ns14:sku><ns14:skuGroup>194252019955</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>1099.99</ns14:salePrice><ns14:taxAmt>104.5</ns14:taxAmt><ns14:taxRate>0.0950</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>50371900</ns14:taxAeraId></ns14:shipToAddress><ns14:company>V040</ns14:company><ns14:totalTax>104.5</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>CALIFORNIA</ns14:jurisdictionName><ns14:jurisdictionId>2398</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>66.0</ns14:calculatedTax><ns14:effectiveRate>0.06</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1262305</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>LOS ANGELES</ns14:jurisdictionName><ns14:jurisdictionId>2872</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>13.75</ns14:calculatedTax><ns14:effectiveRate>0.0125</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1080525</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TRANSPORTATION COMMISSION (LATC)</ns14:jurisdictionName><ns14:jurisdictionId>2873</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.5</ns14:calculatedTax><ns14:effectiveRate>0.005</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>3654</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TRANSIT DISTRICT (LACT)</ns14:jurisdictionName><ns14:jurisdictionId>66710</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.5</ns14:calculatedTax><ns14:effectiveRate>0.005</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>25476</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN TRANSIT DISTRICT (LAMT)</ns14:jurisdictionName><ns14:jurisdictionId>88645</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.5</ns14:calculatedTax><ns14:effectiveRate>0.005</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>240276</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>TRANSACTIONS AND USE TAX (LAMA)</ns14:jurisdictionName><ns14:jurisdictionId>102864</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>5.5</ns14:calculatedTax><ns14:effectiveRate>0.005</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1393964</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>MEASURE H TRANSACTIONS AND USE TAX (LACH)</ns14:jurisdictionName><ns14:jurisdictionId>103278</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>2.75</ns14:calculatedTax><ns14:effectiveRate>0.0025</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>1099.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1574079</ns14:taxRuleId></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:11:45.767 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2021-06-06</ns14:transactionDate>
        <ns14:totalTaxAmt>104.5</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.0950</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>1</ns14:id>
          <ns14:sku>194252019955</ns14:sku>
          <ns14:skuGroup>194252019955</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>1099.99</ns14:salePrice>
          <ns14:taxAmt>104.5</ns14:taxAmt>
          <ns14:taxRate>0.0950</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>true</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>50371900</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>V040</ns14:company>
          <ns14:totalTax>104.5</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>CALIFORNIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>2398</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>66.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.06</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1262305</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>LOS ANGELES</ns14:jurisdictionName>
              <ns14:jurisdictionId>2872</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>13.75</ns14:calculatedTax>
            <ns14:effectiveRate>0.0125</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1080525</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TRANSPORTATION COMMISSION (LATC)</ns14:jurisdictionName>
              <ns14:jurisdictionId>2873</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.5</ns14:calculatedTax>
            <ns14:effectiveRate>0.005</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>3654</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TRANSIT DISTRICT (LACT)</ns14:jurisdictionName>
              <ns14:jurisdictionId>66710</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.5</ns14:calculatedTax>
            <ns14:effectiveRate>0.005</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>25476</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN TRANSIT DISTRICT (LAMT)</ns14:jurisdictionName>
              <ns14:jurisdictionId>88645</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.5</ns14:calculatedTax>
            <ns14:effectiveRate>0.005</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>240276</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>TRANSACTIONS AND USE TAX (LAMA)</ns14:jurisdictionName>
              <ns14:jurisdictionId>102864</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>5.5</ns14:calculatedTax>
            <ns14:effectiveRate>0.005</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1393964</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>MEASURE H TRANSACTIONS AND USE TAX (LACH)</ns14:jurisdictionName>
              <ns14:jurisdictionId>103278</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>2.75</ns14:calculatedTax>
            <ns14:effectiveRate>0.0025</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>1099.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1574079</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.021
Then print difference 0.000
19:11:45.791 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :9
Expected text value '0.095' but was '0.0950' - comparing <ns14:totalTaxRate ...>0.095</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] to <ns14:totalTaxRate ...>0.0950</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] 
Expected text value '0.095' but was '0.0950' - comparing <ns2:taxRate ...>0.095</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.0950</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] 
Expected text value '6.0E-2' but was '0.06' - comparing <ns14:effectiveRate ...>6.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.06</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '1.25E-2' but was '0.0125' - comparing <ns14:effectiveRate ...>1.25E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0125</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[5]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[5]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[6]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[6]/effectiveRate[1]/text()[1] 
Expected text value '2.5E-3' but was '0.0025' - comparing <ns14:effectiveRate ...>2.5E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[7]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0025</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[7]/effectiveRate[1]/text()[1]
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:842 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :9
Expected text value '0.095' but was '0.0950' - comparing <ns14:totalTaxRate ...>0.095</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] to <ns14:totalTaxRate ...>0.0950</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] 
Expected text value '0.095' but was '0.0950' - comparing <ns2:taxRate ...>0.095</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.0950</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] 
Expected text value '6.0E-2' but was '0.06' - comparing <ns14:effectiveRate ...>6.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.06</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '1.25E-2' but was '0.0125' - comparing <ns14:effectiveRate ...>1.25E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0125</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[5]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[5]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[6]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[6]/effectiveRate[1]/text()[1] 
Expected text value '2.5E-3' but was '0.0025' - comparing <ns14:effectiveRate ...>2.5E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[7]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0025</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[7]/effectiveRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:11:45.796 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :9
Expected text value '0.095' but was '0.0950' - comparing <ns14:totalTaxRate ...>0.095</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] to <ns14:totalTaxRate ...>0.0950</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] 
Expected text value '0.095' but was '0.0950' - comparing <ns2:taxRate ...>0.095</ns2:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] to <ns14:taxRate ...>0.0950</ns14:taxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxRate[1]/text()[1] 
Expected text value '6.0E-2' but was '0.06' - comparing <ns14:effectiveRate ...>6.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.06</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '1.25E-2' but was '0.0125' - comparing <ns14:effectiveRate ...>1.25E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0125</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[5]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[5]/effectiveRate[1]/text()[1] 
Expected text value '5.0E-3' but was '0.005' - comparing <ns14:effectiveRate ...>5.0E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[6]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.005</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[6]/effectiveRate[1]/text()[1] 
Expected text value '2.5E-3' but was '0.0025' - comparing <ns14:effectiveRate ...>2.5E-3</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[7]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0025</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[7]/effectiveRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.001
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
5.727
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_POS_POS_lineCount-9_VERTEX.xml') 0.010
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.007
And def props = new java.util.Properties() 0.004
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 5.558
19:11:45.855 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 22224
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>POS</id>
         <operation>TaxQuote</operation>
         <baseData>
            <transactionType>SALE</transactionType>
            <transactionDate>2021-06-06-07:00</transactionDate>
            <sourceApp>POS</sourceApp>
            <returnAssisted>true</returnAssisted>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <listOfLineItem>
            <lineItem>
               <id>1</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>162.0</salePrice>
               <extendedPrice>0.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>DOWNPAYMENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.488-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>2</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>135.0</salePrice>
               <extendedPrice>7.5</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <ppuAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </ppuAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>RENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.495-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>3</id>
               <sku>ONSUPCHG</sku>
               <skuGroup>MISC1</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>20.0</cost>
               <salePrice>30.0</salePrice>
               <extendedPrice>30.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <originalTransactionId>20210605201101000278</originalTransactionId>
            </lineItem>
            <lineItem>
               <id>4</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>162.0</salePrice>
               <extendedPrice>0.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>DOWNPAYMENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.488-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>5</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>135.0</salePrice>
               <extendedPrice>7.5</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <ppuAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </ppuAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>RENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.495-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>6</id>
               <sku>ONSUPCHG</sku>
               <skuGroup>MISC1</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>20.0</cost>
               <salePrice>30.0</salePrice>
               <extendedPrice>30.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <originalTransactionId>20210605201101000278</originalTransactionId>
            </lineItem>
            <lineItem>
               <id>7</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>162.0</salePrice>
               <extendedPrice>0.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>DOWNPAYMENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.488-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>8</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>135.0</salePrice>
               <extendedPrice>7.5</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <ppuAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </ppuAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>RENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.495-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>9</id>
               <sku>ONSUPCHG</sku>
               <skuGroup>MISC1</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>20.0</cost>
               <salePrice>30.0</salePrice>
               <extendedPrice>30.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <originalTransactionId>20210605201101000278</originalTransactionId>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:51.402 response time in milliseconds: 1594.31
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:41:46 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 6f371095-6535-4f6d-5e7f-fb96dcc14411
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2021-06-06</ns14:transactionDate><ns14:totalTaxAmt>1.74</ns14:totalTaxAmt><ns14:totalTaxRate>0.101</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:listOfLineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>000000610214663696</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>162.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.101</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>6.5E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>182834</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>2.2E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>1.4E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes><ns2:chargeType>DOWNPAYMENT</ns2:chargeType><ns2:taxBasis>ST</ns2:taxBasis><ns2:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns2:leaseStartDate><ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>000000610214663696</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>135.0</ns2:salePrice><ns2:taxAmt>0.58</ns2:taxAmt><ns2:taxRate>0.0775</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>111211811</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.58</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>FULTON</ns14:jurisdictionName><ns14:jurisdictionId>6659</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.2</ns14:calculatedTax><ns14:effectiveRate>2.75E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1279098</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.08</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:chargeType>RENT</ns2:chargeType><ns2:taxBasis>ST</ns2:taxBasis><ns2:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns2:leaseStartDate><ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>ONSUPCHG</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>30.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>4</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>000000610214663696</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>162.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.101</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>6.5E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>182834</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>2.2E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>1.4E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes><ns2:chargeType>DOWNPAYMENT</ns2:chargeType><ns2:taxBasis>ST</ns2:taxBasis><ns2:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns2:leaseStartDate><ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate></ns2:lineItem><ns2:lineItem><ns2:id>5</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>000000610214663696</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>135.0</ns2:salePrice><ns2:taxAmt>0.58</ns2:taxAmt><ns2:taxRate>0.0775</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>111211811</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.58</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>FULTON</ns14:jurisdictionName><ns14:jurisdictionId>6659</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.21</ns14:calculatedTax><ns14:effectiveRate>2.75E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1279098</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.07</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:chargeType>RENT</ns2:chargeType><ns2:taxBasis>ST</ns2:taxBasis><ns2:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns2:leaseStartDate><ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate></ns2:lineItem><ns2:lineItem><ns2:id>6</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>ONSUPCHG</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>30.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>7</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>000000610214663696</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>162.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.101</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>6.5E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>182834</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>2.2E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>1.4E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes><ns2:chargeType>DOWNPAYMENT</ns2:chargeType><ns2:taxBasis>ST</ns2:taxBasis><ns2:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns2:leaseStartDate><ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate></ns2:lineItem><ns2:lineItem><ns2:id>8</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>000000610214663696</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>135.0</ns2:salePrice><ns2:taxAmt>0.58</ns2:taxAmt><ns2:taxRate>0.0775</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>111211811</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.58</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>FULTON</ns14:jurisdictionName><ns14:jurisdictionId>6659</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.21</ns14:calculatedTax><ns14:effectiveRate>2.75E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1279098</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.07</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:chargeType>RENT</ns2:chargeType><ns2:taxBasis>ST</ns2:taxBasis><ns2:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns2:leaseStartDate><ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate></ns2:lineItem><ns2:lineItem><ns2:id>9</ns2:id><ns2:sku>MISC1</ns2:sku><ns2:skuGroup>ONSUPCHG</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>30.0</ns2:salePrice><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>V040</ns2:company><ns2:totalTax>0.0</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.123
19:11:51.528 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2021-06-06</ns14:transactionDate>
        <ns14:totalTaxAmt>1.74</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.101</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>000000610214663696</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>162.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.101</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>6.5E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>182834</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>2.2E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>1.4E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>DOWNPAYMENT</ns2:chargeType>
          <ns2:taxBasis>ST</ns2:taxBasis>
          <ns2:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>000000610214663696</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>135.0</ns2:salePrice>
          <ns2:taxAmt>0.58</ns2:taxAmt>
          <ns2:taxRate>0.0775</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>111211811</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.58</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>FULTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>6659</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.2</ns14:calculatedTax>
            <ns14:effectiveRate>2.75E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1279098</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.08</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>RENT</ns2:chargeType>
          <ns2:taxBasis>ST</ns2:taxBasis>
          <ns2:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>ONSUPCHG</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>30.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>4</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>000000610214663696</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>162.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.101</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>6.5E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>182834</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>2.2E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>1.4E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>DOWNPAYMENT</ns2:chargeType>
          <ns2:taxBasis>ST</ns2:taxBasis>
          <ns2:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>5</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>000000610214663696</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>135.0</ns2:salePrice>
          <ns2:taxAmt>0.58</ns2:taxAmt>
          <ns2:taxRate>0.0775</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>111211811</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.58</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>FULTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>6659</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.21</ns14:calculatedTax>
            <ns14:effectiveRate>2.75E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1279098</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.07</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>RENT</ns2:chargeType>
          <ns2:taxBasis>ST</ns2:taxBasis>
          <ns2:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>6</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>ONSUPCHG</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>30.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>7</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>000000610214663696</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>162.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.101</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>6.5E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>182834</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>2.2E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>1.4E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>DOWNPAYMENT</ns2:chargeType>
          <ns2:taxBasis>ST</ns2:taxBasis>
          <ns2:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>8</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>000000610214663696</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>135.0</ns2:salePrice>
          <ns2:taxAmt>0.58</ns2:taxAmt>
          <ns2:taxRate>0.0775</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>111211811</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.58</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>FULTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>6659</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.21</ns14:calculatedTax>
            <ns14:effectiveRate>2.75E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1279098</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.07</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>RENT</ns2:chargeType>
          <ns2:taxBasis>ST</ns2:taxBasis>
          <ns2:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns2:leaseEndDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>9</ns2:id>
          <ns2:sku>MISC1</ns2:sku>
          <ns2:skuGroup>ONSUPCHG</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>30.0</ns2:salePrice>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>0.0</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.003
* def difference = write(responseXml,filename) 0.013
Then print difference 0.000
19:11:51.548 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.832
Scenario Outline Test 'TaxQuoteRequest_Success_POS_POS_lineCount-9_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_POS_POS_lineCount-9_VERTEX.xml') 0.005
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 2.629
19:11:51.595 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 22224
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <id>POS</id>
         <operation>TaxQuote</operation>
         <baseData>
            <transactionType>SALE</transactionType>
            <transactionDate>2021-06-06-07:00</transactionDate>
            <sourceApp>POS</sourceApp>
            <returnAssisted>true</returnAssisted>
            <accountType>I</accountType>
            <accountSubtype>R</accountSubtype>
            <checkTaxExemptionEligibility>false</checkTaxExemptionEligibility>
         </baseData>
         <customer>
            <code>617918334</code>
         </customer>
         <listOfLineItem>
            <lineItem>
               <id>1</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>162.0</salePrice>
               <extendedPrice>0.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>DOWNPAYMENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.488-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>2</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>135.0</salePrice>
               <extendedPrice>7.5</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <ppuAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </ppuAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>RENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.495-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>3</id>
               <sku>ONSUPCHG</sku>
               <skuGroup>MISC1</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>20.0</cost>
               <salePrice>30.0</salePrice>
               <extendedPrice>30.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <originalTransactionId>20210605201101000278</originalTransactionId>
            </lineItem>
            <lineItem>
               <id>4</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>162.0</salePrice>
               <extendedPrice>0.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>DOWNPAYMENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.488-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>5</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>135.0</salePrice>
               <extendedPrice>7.5</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <ppuAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </ppuAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>RENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.495-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>6</id>
               <sku>ONSUPCHG</sku>
               <skuGroup>MISC1</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>20.0</cost>
               <salePrice>30.0</salePrice>
               <extendedPrice>30.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <originalTransactionId>20210605201101000278</originalTransactionId>
            </lineItem>
            <lineItem>
               <id>7</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>162.0</salePrice>
               <extendedPrice>0.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>DOWNPAYMENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.488-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>8</id>
               <sku>000000610214663696</sku>
               <skuGroup>PHONE</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>0.38</cost>
               <salePrice>135.0</salePrice>
               <extendedPrice>7.5</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <ppuAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>5  CONCOURSE PKWY</ns3:addressLine1>
                        <ns3:addressLine2/>
                        <ns3:city>ATLANTA</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>303285350</ns3:postalCode>
                        <ns3:stateCode>GA</ns3:stateCode>
                        <ns3:type>PPU</ns3:type>
                     </ns3:baseData>
                  </address>
               </ppuAddress>
               <company>V040</company>
               <companyCode>831</companyCode>
               <originalTransactionId>20210605201101000278</originalTransactionId>
               <leaseIndicator>true</leaseIndicator>
               <transactionType>LEASE</transactionType>
               <transactionCode>ORIG</transactionCode>
               <chargeType>RENT</chargeType>
               <leaseStartDate>2021-06-06T21:34:17.495-07:00</leaseStartDate>
               <leaseEndDate>2021-07-01T00:00:00.000-07:00</leaseEndDate>
            </lineItem>
            <lineItem>
               <id>9</id>
               <sku>ONSUPCHG</sku>
               <skuGroup>MISC1</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <quantity>1.0</quantity>
               <cost>20.0</cost>
               <salePrice>30.0</salePrice>
               <extendedPrice>30.0</extendedPrice>
               <instantRebateAmount>0.0</instantRebateAmount>
               <discount>
                  <amount>0.0</amount>
               </discount>
               <taxDate>2021-06-06-07:00</taxDate>
               <storeLocationCode>2011</storeLocationCode>
               <shipFromAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>3625 132ND AVE SE</ns3:addressLine1>
                        <ns3:city>BELLEVUE</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>98006-1325</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>V040</company>
               <originalTransactionId>20210605201101000278</originalTransactionId>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:54.212 response time in milliseconds: 1554.78
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 30578
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:41:52 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 98e962c9-7bb8-42e3-532c-281305dbdb95
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2021-06-06</ns14:transactionDate><ns14:totalTaxAmt>1.74</ns14:totalTaxAmt><ns14:totalTaxRate>0.101</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>1</ns14:id><ns14:sku>PHONE</ns14:sku><ns14:skuGroup>000000610214663696</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>162.0</ns14:salePrice><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.101</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>V040</ns14:company><ns14:companyCode>831</ns14:companyCode><ns14:totalTax>0.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.065</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>182834</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.022</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.014</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes><ns14:chargeType>DOWNPAYMENT</ns14:chargeType><ns14:taxBasis>ST</ns14:taxBasis><ns14:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns14:leaseStartDate><ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate></ns14:lineItem><ns14:lineItem><ns14:id>2</ns14:id><ns14:sku>PHONE</ns14:sku><ns14:skuGroup>000000610214663696</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>135.0</ns14:salePrice><ns14:taxAmt>0.58</ns14:taxAmt><ns14:taxRate>0.0775</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:ppuAddress><ns14:taxAeraId>111211811</ns14:taxAeraId></ns14:ppuAddress><ns14:company>V040</ns14:company><ns14:companyCode>831</ns14:companyCode><ns14:totalTax>0.58</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>FULTON</ns14:jurisdictionName><ns14:jurisdictionId>6659</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.2</ns14:calculatedTax><ns14:effectiveRate>0.0275</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1279098</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.08</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns14:chargeType>RENT</ns14:chargeType><ns14:taxBasis>ST</ns14:taxBasis><ns14:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns14:leaseStartDate><ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate></ns14:lineItem><ns14:lineItem><ns14:id>3</ns14:id><ns14:sku>MISC1</ns14:sku><ns14:skuGroup>ONSUPCHG</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>30.0</ns14:salePrice><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>V040</ns14:company><ns14:totalTax>0.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>4</ns14:id><ns14:sku>PHONE</ns14:sku><ns14:skuGroup>000000610214663696</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>162.0</ns14:salePrice><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.101</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>V040</ns14:company><ns14:companyCode>831</ns14:companyCode><ns14:totalTax>0.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.065</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>182834</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.022</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.014</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes><ns14:chargeType>DOWNPAYMENT</ns14:chargeType><ns14:taxBasis>ST</ns14:taxBasis><ns14:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns14:leaseStartDate><ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate></ns14:lineItem><ns14:lineItem><ns14:id>5</ns14:id><ns14:sku>PHONE</ns14:sku><ns14:skuGroup>000000610214663696</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>135.0</ns14:salePrice><ns14:taxAmt>0.58</ns14:taxAmt><ns14:taxRate>0.0775</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:ppuAddress><ns14:taxAeraId>111211811</ns14:taxAeraId></ns14:ppuAddress><ns14:company>V040</ns14:company><ns14:companyCode>831</ns14:companyCode><ns14:totalTax>0.58</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>FULTON</ns14:jurisdictionName><ns14:jurisdictionId>6659</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.21</ns14:calculatedTax><ns14:effectiveRate>0.0275</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1279098</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.07</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns14:chargeType>RENT</ns14:chargeType><ns14:taxBasis>ST</ns14:taxBasis><ns14:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns14:leaseStartDate><ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate></ns14:lineItem><ns14:lineItem><ns14:id>6</ns14:id><ns14:sku>MISC1</ns14:sku><ns14:skuGroup>ONSUPCHG</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>30.0</ns14:salePrice><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>V040</ns14:company><ns14:totalTax>0.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>7</ns14:id><ns14:sku>PHONE</ns14:sku><ns14:skuGroup>000000610214663696</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>162.0</ns14:salePrice><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.101</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>V040</ns14:company><ns14:companyCode>831</ns14:companyCode><ns14:totalTax>0.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.065</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>182834</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.022</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.014</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes><ns14:chargeType>DOWNPAYMENT</ns14:chargeType><ns14:taxBasis>ST</ns14:taxBasis><ns14:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns14:leaseStartDate><ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate></ns14:lineItem><ns14:lineItem><ns14:id>8</ns14:id><ns14:sku>PHONE</ns14:sku><ns14:skuGroup>000000610214663696</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>135.0</ns14:salePrice><ns14:taxAmt>0.58</ns14:taxAmt><ns14:taxRate>0.0775</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:ppuAddress><ns14:taxAeraId>111211811</ns14:taxAeraId></ns14:ppuAddress><ns14:company>V040</ns14:company><ns14:companyCode>831</ns14:companyCode><ns14:totalTax>0.58</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.3</ns14:calculatedTax><ns14:effectiveRate>0.04</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>FULTON</ns14:jurisdictionName><ns14:jurisdictionId>6659</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.21</ns14:calculatedTax><ns14:effectiveRate>0.0275</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1279098</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.07</ns14:calculatedTax><ns14:effectiveRate>0.01</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>7.5</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns14:chargeType>RENT</ns14:chargeType><ns14:taxBasis>ST</ns14:taxBasis><ns14:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns14:leaseStartDate><ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate></ns14:lineItem><ns14:lineItem><ns14:id>9</ns14:id><ns14:sku>MISC1</ns14:sku><ns14:skuGroup>ONSUPCHG</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>30.0</ns14:salePrice><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>V040</ns14:company><ns14:totalTax>0.0</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>EXEMPT</ns14:taxResult><ns14:taxType>SALES</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:exempt>30.0</ns14:exempt><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:11:54.225 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2021-06-06</ns14:transactionDate>
        <ns14:totalTaxAmt>1.74</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.101</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>1</ns14:id>
          <ns14:sku>PHONE</ns14:sku>
          <ns14:skuGroup>000000610214663696</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>162.0</ns14:salePrice>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.101</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>V040</ns14:company>
          <ns14:companyCode>831</ns14:companyCode>
          <ns14:totalTax>0.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.065</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>182834</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.022</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.014</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:chargeType>DOWNPAYMENT</ns14:chargeType>
          <ns14:taxBasis>ST</ns14:taxBasis>
          <ns14:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns14:leaseStartDate>
          <ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>2</ns14:id>
          <ns14:sku>PHONE</ns14:sku>
          <ns14:skuGroup>000000610214663696</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>135.0</ns14:salePrice>
          <ns14:taxAmt>0.58</ns14:taxAmt>
          <ns14:taxRate>0.0775</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:ppuAddress>
            <ns14:taxAeraId>111211811</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns14:company>V040</ns14:company>
          <ns14:companyCode>831</ns14:companyCode>
          <ns14:totalTax>0.58</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>FULTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>6659</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.2</ns14:calculatedTax>
            <ns14:effectiveRate>0.0275</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1279098</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.08</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:chargeType>RENT</ns14:chargeType>
          <ns14:taxBasis>ST</ns14:taxBasis>
          <ns14:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns14:leaseStartDate>
          <ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>3</ns14:id>
          <ns14:sku>MISC1</ns14:sku>
          <ns14:skuGroup>ONSUPCHG</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>30.0</ns14:salePrice>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>V040</ns14:company>
          <ns14:totalTax>0.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>4</ns14:id>
          <ns14:sku>PHONE</ns14:sku>
          <ns14:skuGroup>000000610214663696</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>162.0</ns14:salePrice>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.101</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>V040</ns14:company>
          <ns14:companyCode>831</ns14:companyCode>
          <ns14:totalTax>0.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.065</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>182834</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.022</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.014</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:chargeType>DOWNPAYMENT</ns14:chargeType>
          <ns14:taxBasis>ST</ns14:taxBasis>
          <ns14:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns14:leaseStartDate>
          <ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>5</ns14:id>
          <ns14:sku>PHONE</ns14:sku>
          <ns14:skuGroup>000000610214663696</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>135.0</ns14:salePrice>
          <ns14:taxAmt>0.58</ns14:taxAmt>
          <ns14:taxRate>0.0775</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:ppuAddress>
            <ns14:taxAeraId>111211811</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns14:company>V040</ns14:company>
          <ns14:companyCode>831</ns14:companyCode>
          <ns14:totalTax>0.58</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>FULTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>6659</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.21</ns14:calculatedTax>
            <ns14:effectiveRate>0.0275</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1279098</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.07</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:chargeType>RENT</ns14:chargeType>
          <ns14:taxBasis>ST</ns14:taxBasis>
          <ns14:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns14:leaseStartDate>
          <ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>6</ns14:id>
          <ns14:sku>MISC1</ns14:sku>
          <ns14:skuGroup>ONSUPCHG</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>30.0</ns14:salePrice>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>V040</ns14:company>
          <ns14:totalTax>0.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>7</ns14:id>
          <ns14:sku>PHONE</ns14:sku>
          <ns14:skuGroup>000000610214663696</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>162.0</ns14:salePrice>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.101</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>V040</ns14:company>
          <ns14:companyCode>831</ns14:companyCode>
          <ns14:totalTax>0.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.065</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>182834</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.022</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.014</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:chargeType>DOWNPAYMENT</ns14:chargeType>
          <ns14:taxBasis>ST</ns14:taxBasis>
          <ns14:leaseStartDate>2021-06-06T21:34:17.488-07:00</ns14:leaseStartDate>
          <ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>8</ns14:id>
          <ns14:sku>PHONE</ns14:sku>
          <ns14:skuGroup>000000610214663696</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>135.0</ns14:salePrice>
          <ns14:taxAmt>0.58</ns14:taxAmt>
          <ns14:taxRate>0.0775</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:ppuAddress>
            <ns14:taxAeraId>111211811</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns14:company>V040</ns14:company>
          <ns14:companyCode>831</ns14:companyCode>
          <ns14:totalTax>0.58</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.3</ns14:calculatedTax>
            <ns14:effectiveRate>0.04</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>FULTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>6659</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.21</ns14:calculatedTax>
            <ns14:effectiveRate>0.0275</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1279098</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.07</ns14:calculatedTax>
            <ns14:effectiveRate>0.01</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>7.5</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:chargeType>RENT</ns14:chargeType>
          <ns14:taxBasis>ST</ns14:taxBasis>
          <ns14:leaseStartDate>2021-06-06T21:34:17.495-07:00</ns14:leaseStartDate>
          <ns14:leaseEndDate>2021-07-01T00:00:00.000-07:00</ns14:leaseEndDate>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>9</ns14:id>
          <ns14:sku>MISC1</ns14:sku>
          <ns14:skuGroup>ONSUPCHG</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>30.0</ns14:salePrice>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>V040</ns14:company>
          <ns14:totalTax>0.0</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>EXEMPT</ns14:taxResult>
            <ns14:taxType>SALES</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:exempt>30.0</ns14:exempt>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.175
Then print difference 0.002
19:11:54.405 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :45
Expected child nodelist length '20' but was '21' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/companyCode[1] 
Expected child nodelist length '19' but was '20' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '2.75E-2' but was '0.0275' - comparing <ns14:effectiveRate ...>2.75E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0275</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/companyCode[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child nodelist length '20' but was '21' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/companyCode[1] 
Expected child nodelist length '19' but was '20' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '2.75E-2' but was '0.0275' - comparing <ns14:effectiveRate ...>2.75E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0275</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/companyCode[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child nodelist length '20' but was '21' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/companyCode[1] 
Expected child nodelist length '19' but was '20' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '2.75E-2' but was '0.0275' - comparing <ns14:effectiveRate ...>2.75E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0275</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/companyCode[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[4]/effectiveRate[1]/text()[1]
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.005
com.intuit.karate.exception.KarateException: taxquotesb.feature:869 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :45
Expected child nodelist length '20' but was '21' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/companyCode[1] 
Expected child nodelist length '19' but was '20' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '2.75E-2' but was '0.0275' - comparing <ns14:effectiveRate ...>2.75E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0275</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/companyCode[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child nodelist length '20' but was '21' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/companyCode[1] 
Expected child nodelist length '19' but was '20' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '2.75E-2' but was '0.0275' - comparing <ns14:effectiveRate ...>2.75E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0275</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/companyCode[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child nodelist length '20' but was '21' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/companyCode[1] 
Expected child nodelist length '19' but was '20' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '2.75E-2' but was '0.0275' - comparing <ns14:effectiveRate ...>2.75E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0275</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/companyCode[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[4]/effectiveRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:11:54.414 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :45
Expected child nodelist length '20' but was '21' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/companyCode[1] 
Expected child nodelist length '19' but was '20' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '2.75E-2' but was '0.0275' - comparing <ns14:effectiveRate ...>2.75E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0275</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/companyCode[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child nodelist length '20' but was '21' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[4]/companyCode[1] 
Expected child nodelist length '19' but was '20' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '2.75E-2' but was '0.0275' - comparing <ns14:effectiveRate ...>2.75E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0275</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[5]/companyCode[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[6]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child nodelist length '20' but was '21' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/taxes[4]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[7]/companyCode[1] 
Expected child nodelist length '19' but was '20' - comparing <ns2:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8] to <ns14:lineItem...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8] 
Expected text value '4.0E-2' but was '0.04' - comparing <ns14:effectiveRate ...>4.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.04</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '2.75E-2' but was '0.0275' - comparing <ns14:effectiveRate ...>2.75E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0275</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '1.0E-2' but was '0.01' - comparing <ns14:effectiveRate ...>1.0E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.01</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/taxes[3]/effectiveRate[1]/text()[1] 
Expected child 'null' but was '{http://www.t-mobile.com/common/tax}companyCode' - comparing <NULL> to <ns14:companyCode...> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[8]/companyCode[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[9]/taxes[4]/effectiveRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.390
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_TBC_TBCC_DefaultTaxAreaId_lineCount-2_CHUB-DataNotFound_VERTEX.xml') 0.019
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.001
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.353
19:11:54.456 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2749
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns5:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns2:id>TBC</ns2:id>
         <ns2:operation>TaxQuote</ns2:operation>
         <ns2:baseData>
            <ns2:transactionType>SALE</ns2:transactionType>
            <ns2:transactionDate>2021-06-07Z</ns2:transactionDate>
            <ns2:sourceApp>TBCC</ns2:sourceApp>
            <ns2:returnAssisted>true</ns2:returnAssisted>
            <ns2:companyCode>V040</ns2:companyCode>
            <ns2:prepaidFlag>true</ns2:prepaidFlag>
            <ns2:accountType>B</ns2:accountType>
            <ns2:accountSubtype>C</ns2:accountSubtype>
            <ns2:checkTaxExemptionEligibility>true</ns2:checkTaxExemptionEligibility>
         </ns2:baseData>
         <ns2:extData>
            <ns3:events/>
            <ns3:additionalData/>
         </ns2:extData>
         <ns2:customer>
            <ns2:code>617918334</ns2:code>
            <ns2:taxId>968422747</ns2:taxId>
         </ns2:customer>
         <ns2:shipToAddress>
            <ns2:address>
               <ns4:baseData>
                  <ns4:addressLine1>12920 SE 38TH ST</ns4:addressLine1>
                  <ns4:city>BELLEVUE</ns4:city>
                  <ns4:countryCode>US</ns4:countryCode>
                  <ns4:postalCode>98006</ns4:postalCode>
                  <ns4:stateCode>WA</ns4:stateCode>
               </ns4:baseData>
            </ns2:address>
         </ns2:shipToAddress>
         <ns2:listOfLineItem>
            <ns2:lineItem>
               <ns2:id>30171020</ns2:id>
               <ns2:sku>ZZZ260R070</ns2:sku>
               <ns2:skuGroup>PHONE</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>15.0</ns2:cost>
               <ns2:salePrice>15.0</ns2:salePrice>
            </ns2:lineItem>
            <ns2:lineItem>
               <ns2:id>30171022</ns2:id>
               <ns2:sku>TM6773V3</ns2:sku>
               <ns2:skuGroup>TLACC</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>5.0</ns2:cost>
               <ns2:salePrice>5.0</ns2:salePrice>
            </ns2:lineItem>
         </ns2:listOfLineItem>
      </ns5:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:55.805 response time in milliseconds: 1346.11
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:41:54 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: c028374d-78c4-45dd-52dc-caa1597d8f45
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2021-06-07</ns14:transactionDate><ns14:totalTaxAmt>2.02</ns14:totalTaxAmt><ns14:totalTaxRate>0.101</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>30171020</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:taxAmt>1.51</ns2:taxAmt><ns2:taxRate>0.101</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>1.51</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>30171022</ns2:id><ns2:sku>TLACC</ns2:sku><ns2:skuGroup>TLACC</ns2:skuGroup><ns2:taxAmt>0.51</ns2:taxAmt><ns2:taxRate>0.101</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.51</ns2:totalTax></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:11:55.809 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2021-06-07</ns14:transactionDate>
        <ns14:totalTaxAmt>2.02</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.101</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>480330040</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>30171020</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:taxAmt>1.51</ns2:taxAmt>
          <ns2:taxRate>0.101</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>1.51</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>30171022</ns2:id>
          <ns2:sku>TLACC</ns2:sku>
          <ns2:skuGroup>TLACC</ns2:skuGroup>
          <ns2:taxAmt>0.51</ns2:taxAmt>
          <ns2:taxRate>0.101</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.51</ns2:totalTax>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:11:55.815 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.344
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_TBC_TBCC_DefaultTaxAreaId_lineCount-2_CHUB-DataNotFound_VERTEX.xml') 0.004
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.000
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.000
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.298
19:11:55.838 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 2749
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns5:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns2:id>TBC</ns2:id>
         <ns2:operation>TaxQuote</ns2:operation>
         <ns2:baseData>
            <ns2:transactionType>SALE</ns2:transactionType>
            <ns2:transactionDate>2021-06-07Z</ns2:transactionDate>
            <ns2:sourceApp>TBCC</ns2:sourceApp>
            <ns2:returnAssisted>true</ns2:returnAssisted>
            <ns2:companyCode>V040</ns2:companyCode>
            <ns2:prepaidFlag>true</ns2:prepaidFlag>
            <ns2:accountType>B</ns2:accountType>
            <ns2:accountSubtype>C</ns2:accountSubtype>
            <ns2:checkTaxExemptionEligibility>true</ns2:checkTaxExemptionEligibility>
         </ns2:baseData>
         <ns2:extData>
            <ns3:events/>
            <ns3:additionalData/>
         </ns2:extData>
         <ns2:customer>
            <ns2:code>617918334</ns2:code>
            <ns2:taxId>968422747</ns2:taxId>
         </ns2:customer>
         <ns2:shipToAddress>
            <ns2:address>
               <ns4:baseData>
                  <ns4:addressLine1>12920 SE 38TH ST</ns4:addressLine1>
                  <ns4:city>BELLEVUE</ns4:city>
                  <ns4:countryCode>US</ns4:countryCode>
                  <ns4:postalCode>98006</ns4:postalCode>
                  <ns4:stateCode>WA</ns4:stateCode>
               </ns4:baseData>
            </ns2:address>
         </ns2:shipToAddress>
         <ns2:listOfLineItem>
            <ns2:lineItem>
               <ns2:id>30171020</ns2:id>
               <ns2:sku>ZZZ260R070</ns2:sku>
               <ns2:skuGroup>PHONE</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>15.0</ns2:cost>
               <ns2:salePrice>15.0</ns2:salePrice>
            </ns2:lineItem>
            <ns2:lineItem>
               <ns2:id>30171022</ns2:id>
               <ns2:sku>TM6773V3</ns2:sku>
               <ns2:skuGroup>TLACC</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>5.0</ns2:cost>
               <ns2:salePrice>5.0</ns2:salePrice>
            </ns2:lineItem>
         </ns2:listOfLineItem>
      </ns5:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:57.132 response time in milliseconds: 1293.84
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 1872
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:41:56 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 3f78a3f5-a161-444a-6dfe-3139413c8524
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2021-06-07</ns14:transactionDate><ns14:totalTaxAmt>2.02</ns14:totalTaxAmt><ns14:totalTaxRate>0.101</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>30171020</ns14:id><ns14:sku>PHONE</ns14:sku><ns14:skuGroup>PHONE</ns14:skuGroup><ns14:taxAmt>1.51</ns14:taxAmt><ns14:taxRate>0.101</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>1.51</ns14:totalTax></ns14:lineItem><ns14:lineItem><ns14:id>30171022</ns14:id><ns14:sku>TLACC</ns14:sku><ns14:skuGroup>TLACC</ns14:skuGroup><ns14:taxAmt>0.51</ns14:taxAmt><ns14:taxRate>0.101</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.51</ns14:totalTax></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.001
19:11:57.136 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2021-06-07</ns14:transactionDate>
        <ns14:totalTaxAmt>2.02</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.101</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>480330040</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>30171020</ns14:id>
          <ns14:sku>PHONE</ns14:sku>
          <ns14:skuGroup>PHONE</ns14:skuGroup>
          <ns14:taxAmt>1.51</ns14:taxAmt>
          <ns14:taxRate>0.101</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>1.51</ns14:totalTax>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>30171022</ns14:id>
          <ns14:sku>TLACC</ns14:sku>
          <ns14:skuGroup>TLACC</ns14:skuGroup>
          <ns14:taxAmt>0.51</ns14:taxAmt>
          <ns14:taxRate>0.101</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.51</ns14:totalTax>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.000
* def difference = compareResult(responseXml,filename) 0.033
Then print difference 0.000
19:11:57.171 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.011
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_TBC_TBCI_DefaultTaxAreaId_lineCount-7_CHUB_VERTEX.xml') 0.014
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.979
19:11:57.209 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 4785
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns5:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns2:id>TBC</ns2:id>
         <ns2:operation>TaxQuote</ns2:operation>
         <ns2:baseData>
            <ns2:transactionType>SALE</ns2:transactionType>
            <ns2:transactionDate>2021-06-06Z</ns2:transactionDate>
            <ns2:sourceApp>TBCI</ns2:sourceApp>
            <ns2:returnAssisted>true</ns2:returnAssisted>
            <ns2:companyCode>V040</ns2:companyCode>
            <ns2:prepaidFlag>true</ns2:prepaidFlag>
            <ns2:accountType>B</ns2:accountType>
            <ns2:accountSubtype>C</ns2:accountSubtype>
            <ns2:checkTaxExemptionEligibility>true</ns2:checkTaxExemptionEligibility>
         </ns2:baseData>
         <ns2:extData>
            <ns3:events/>
            <ns3:additionalData/>
         </ns2:extData>
         <ns2:customer>
            <ns2:code>617918334</ns2:code>
            <ns2:ssn>002588751</ns2:ssn>
         </ns2:customer>
         <ns2:shipToAddress>
            <ns2:address>
               <ns4:baseData>
                  <ns4:addressLine1>618517 HAWKSVIEW DR</ns4:addressLine1>
                  <ns4:city>ARLINGTON</ns4:city>
                  <ns4:countryCode>US</ns4:countryCode>
                  <ns4:postalCode>98223</ns4:postalCode>
                  <ns4:stateCode>GA</ns4:stateCode>
               </ns4:baseData>
            </ns2:address>
         </ns2:shipToAddress>
         <ns2:listOfLineItem>
            <ns2:lineItem>
               <ns2:id>10047381</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047382</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047383</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047384</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047385</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047386</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047387</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
         </ns2:listOfLineItem>
      </ns5:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:11:59.184 response time in milliseconds: 1251.37
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:41:57 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 15697c31-3bb2-4359-49e4-f5e01664aa23
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2021-06-06</ns14:transactionDate><ns14:totalTaxAmt>0.0</ns14:totalTaxAmt><ns14:totalTaxRate>0</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110371885</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns2:listOfLineItem><ns2:lineItem><ns2:id>10047381</ns2:id><ns2:sku>SHIPP</ns2:sku><ns2:skuGroup>SHIPP</ns2:skuGroup><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>10047382</ns2:id><ns2:sku>SHIPP</ns2:sku><ns2:skuGroup>SHIPP</ns2:skuGroup><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>10047383</ns2:id><ns2:sku>SHIPP</ns2:sku><ns2:skuGroup>SHIPP</ns2:skuGroup><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>10047384</ns2:id><ns2:sku>SHIPP</ns2:sku><ns2:skuGroup>SHIPP</ns2:skuGroup><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>10047385</ns2:id><ns2:sku>SHIPP</ns2:sku><ns2:skuGroup>SHIPP</ns2:skuGroup><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>10047386</ns2:id><ns2:sku>SHIPP</ns2:sku><ns2:skuGroup>SHIPP</ns2:skuGroup><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax></ns2:lineItem><ns2:lineItem><ns2:id>10047387</ns2:id><ns2:sku>SHIPP</ns2:sku><ns2:skuGroup>SHIPP</ns2:skuGroup><ns2:taxAmt>0.0</ns2:taxAmt><ns2:taxRate>0.0</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:totalTax>0.0</ns2:totalTax></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.004
19:11:59.190 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2021-06-06</ns14:transactionDate>
        <ns14:totalTaxAmt>0.0</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>110371885</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>10047381</ns2:id>
          <ns2:sku>SHIPP</ns2:sku>
          <ns2:skuGroup>SHIPP</ns2:skuGroup>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10047382</ns2:id>
          <ns2:sku>SHIPP</ns2:sku>
          <ns2:skuGroup>SHIPP</ns2:skuGroup>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10047383</ns2:id>
          <ns2:sku>SHIPP</ns2:sku>
          <ns2:skuGroup>SHIPP</ns2:skuGroup>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10047384</ns2:id>
          <ns2:sku>SHIPP</ns2:sku>
          <ns2:skuGroup>SHIPP</ns2:skuGroup>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10047385</ns2:id>
          <ns2:sku>SHIPP</ns2:sku>
          <ns2:skuGroup>SHIPP</ns2:skuGroup>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10047386</ns2:id>
          <ns2:sku>SHIPP</ns2:sku>
          <ns2:skuGroup>SHIPP</ns2:skuGroup>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>10047387</ns2:id>
          <ns2:sku>SHIPP</ns2:sku>
          <ns2:skuGroup>SHIPP</ns2:skuGroup>
          <ns2:taxAmt>0.0</ns2:taxAmt>
          <ns2:taxRate>0.0</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:totalTax>0.0</ns2:totalTax>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:11:59.197 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.341
Scenario Outline Test 'TaxQuoteRequest_Success_TBC_TBCI_DefaultTaxAreaId_lineCount-7_CHUB_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_TBC_TBCI_DefaultTaxAreaId_lineCount-7_CHUB_VERTEX.xml') 0.018
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.250
19:11:59.241 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 4785
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns5:taxQuoteRequest xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns2:id>TBC</ns2:id>
         <ns2:operation>TaxQuote</ns2:operation>
         <ns2:baseData>
            <ns2:transactionType>SALE</ns2:transactionType>
            <ns2:transactionDate>2021-06-06Z</ns2:transactionDate>
            <ns2:sourceApp>TBCI</ns2:sourceApp>
            <ns2:returnAssisted>true</ns2:returnAssisted>
            <ns2:companyCode>V040</ns2:companyCode>
            <ns2:prepaidFlag>true</ns2:prepaidFlag>
            <ns2:accountType>B</ns2:accountType>
            <ns2:accountSubtype>C</ns2:accountSubtype>
            <ns2:checkTaxExemptionEligibility>true</ns2:checkTaxExemptionEligibility>
         </ns2:baseData>
         <ns2:extData>
            <ns3:events/>
            <ns3:additionalData/>
         </ns2:extData>
         <ns2:customer>
            <ns2:code>617918334</ns2:code>
            <ns2:ssn>002588751</ns2:ssn>
         </ns2:customer>
         <ns2:shipToAddress>
            <ns2:address>
               <ns4:baseData>
                  <ns4:addressLine1>618517 HAWKSVIEW DR</ns4:addressLine1>
                  <ns4:city>ARLINGTON</ns4:city>
                  <ns4:countryCode>US</ns4:countryCode>
                  <ns4:postalCode>98223</ns4:postalCode>
                  <ns4:stateCode>GA</ns4:stateCode>
               </ns4:baseData>
            </ns2:address>
         </ns2:shipToAddress>
         <ns2:listOfLineItem>
            <ns2:lineItem>
               <ns2:id>10047381</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047382</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047383</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047384</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047385</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047386</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
			<ns2:lineItem>
               <ns2:id>10047387</ns2:id>
               <ns2:sku>SHIPPING_CHARGES</ns2:sku>
               <ns2:skuGroup>SHIPP</ns2:skuGroup>
               <ns2:isMultiComponent>false</ns2:isMultiComponent>
               <ns2:quantity>1.0</ns2:quantity>
               <ns2:cost>11.99</ns2:cost>
               <ns2:salePrice>11.99</ns2:salePrice>
            </ns2:lineItem>
         </ns2:listOfLineItem>
      </ns5:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:12:00.487 response time in milliseconds: 1244.84
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 3446
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:42:00 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: e4b64dab-3c5f-4221-4fa3-688447533069
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2021-06-06</ns14:transactionDate><ns14:totalTaxAmt>0.0</ns14:totalTaxAmt><ns14:totalTaxRate>0.0</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>110371885</ns14:taxAeraId></ns14:shipToAddress><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxAeraId>181110490</ns14:taxAeraId></ns14:shipFromAddress><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>10047381</ns14:id><ns14:sku>SHIPP</ns14:sku><ns14:skuGroup>SHIPP</ns14:skuGroup><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.0</ns14:totalTax></ns14:lineItem><ns14:lineItem><ns14:id>10047382</ns14:id><ns14:sku>SHIPP</ns14:sku><ns14:skuGroup>SHIPP</ns14:skuGroup><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.0</ns14:totalTax></ns14:lineItem><ns14:lineItem><ns14:id>10047383</ns14:id><ns14:sku>SHIPP</ns14:sku><ns14:skuGroup>SHIPP</ns14:skuGroup><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.0</ns14:totalTax></ns14:lineItem><ns14:lineItem><ns14:id>10047384</ns14:id><ns14:sku>SHIPP</ns14:sku><ns14:skuGroup>SHIPP</ns14:skuGroup><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.0</ns14:totalTax></ns14:lineItem><ns14:lineItem><ns14:id>10047385</ns14:id><ns14:sku>SHIPP</ns14:sku><ns14:skuGroup>SHIPP</ns14:skuGroup><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.0</ns14:totalTax></ns14:lineItem><ns14:lineItem><ns14:id>10047386</ns14:id><ns14:sku>SHIPP</ns14:sku><ns14:skuGroup>SHIPP</ns14:skuGroup><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.0</ns14:totalTax></ns14:lineItem><ns14:lineItem><ns14:id>10047387</ns14:id><ns14:sku>SHIPP</ns14:sku><ns14:skuGroup>SHIPP</ns14:skuGroup><ns14:taxAmt>0.0</ns14:taxAmt><ns14:taxRate>0.0</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress/><ns14:totalTax>0.0</ns14:totalTax></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:12:00.491 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2021-06-06</ns14:transactionDate>
        <ns14:totalTaxAmt>0.0</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.0</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>110371885</ns14:taxAeraId>
      </ns14:shipToAddress>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxAeraId>181110490</ns14:taxAeraId>
      </ns14:shipFromAddress>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>10047381</ns14:id>
          <ns14:sku>SHIPP</ns14:sku>
          <ns14:skuGroup>SHIPP</ns14:skuGroup>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.0</ns14:totalTax>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10047382</ns14:id>
          <ns14:sku>SHIPP</ns14:sku>
          <ns14:skuGroup>SHIPP</ns14:skuGroup>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.0</ns14:totalTax>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10047383</ns14:id>
          <ns14:sku>SHIPP</ns14:sku>
          <ns14:skuGroup>SHIPP</ns14:skuGroup>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.0</ns14:totalTax>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10047384</ns14:id>
          <ns14:sku>SHIPP</ns14:sku>
          <ns14:skuGroup>SHIPP</ns14:skuGroup>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.0</ns14:totalTax>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10047385</ns14:id>
          <ns14:sku>SHIPP</ns14:sku>
          <ns14:skuGroup>SHIPP</ns14:skuGroup>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.0</ns14:totalTax>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10047386</ns14:id>
          <ns14:sku>SHIPP</ns14:sku>
          <ns14:skuGroup>SHIPP</ns14:skuGroup>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.0</ns14:totalTax>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>10047387</ns14:id>
          <ns14:sku>SHIPP</ns14:sku>
          <ns14:skuGroup>SHIPP</ns14:skuGroup>
          <ns14:taxAmt>0.0</ns14:taxAmt>
          <ns14:taxRate>0.0</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress/>
          <ns14:totalTax>0.0</ns14:totalTax>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.048
Then print difference 0.000
19:12:00.541 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value '0' but was '0.0' - comparing <ns14:totalTaxRate ...>0</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] to <ns14:totalTaxRate ...>0.0</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1]
And match response contains 'totalTaxAmt' 0.012
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:923 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value '0' but was '0.0' - comparing <ns14:totalTaxRate ...>0</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] to <ns14:totalTaxRate ...>0.0</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:12:00.555 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :1
Expected text value '0' but was '0.0' - comparing <ns14:totalTaxRate ...>0</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] to <ns14:totalTaxRate ...>0.0</ns14:totalTaxRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/baseData[1]/totalTaxRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.267
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_EIP_EIP_lineCount-2_SAMSON_CHUB_VERTEX.xml') 0.017
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.024
And eval props.load(data) 0.002
And replace requestBody 0.002
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 2.189
19:12:00.684 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 5112
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns="http://www.t-mobile.com/common/common" xmlns:ns0="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/common/address" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns0:id>EIP</ns0:id>
         <ns0:operation>TaxQuote</ns0:operation>
         <ns0:baseData>
            <ns0:origTransactionId>EIP20201229000005835</ns0:origTransactionId>
            <ns0:transactionType>LEASE</ns0:transactionType>
            <ns0:transactionDate>2020-12-29</ns0:transactionDate>
            <ns0:sourceApp>EIP</ns0:sourceApp>
            <ns0:returnAssisted>true</ns0:returnAssisted>
            <ns0:companyCode>V040</ns0:companyCode>
            <ns0:accountType>B</ns0:accountType>
            <ns0:accountSubtype>R</ns0:accountSubtype>
            <ns0:checkTaxExemptionEligibility>true</ns0:checkTaxExemptionEligibility>
         </ns0:baseData>
         <ns0:extData>
            <additionalData>
               <nvPair>
                  <name>TAXEXEMPTINDICATOR</name>
                  <value>false</value>
               </nvPair>
            </additionalData>
         </ns0:extData>
         <ns0:customer>
            <ns0:code>617918334</ns0:code>
         </ns0:customer>
         <ns0:listOfLineItem>
            <ns0:lineItem>
               <ns0:id>11</ns0:id>
               <ns0:sku>000000190198459152</ns0:sku>
               <ns0:skuGroup>PHONE</ns0:skuGroup>
               <ns0:isMultiComponent>false</ns0:isMultiComponent>
               <ns0:quantity>1.0</ns0:quantity>
               <ns0:cost>749.99</ns0:cost>
               <ns0:salePrice>749.99</ns0:salePrice>
               <ns0:extendedPrice>717.99</ns0:extendedPrice>
               <ns0:taxDate>2020-12-29</ns0:taxDate>
               <ns0:shipFromAddress>
                  <ns0:taxAeraId>480331410</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:shipFromAddress>
               <ns0:ppuAddress>
                  <ns0:taxAeraId>110892004</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:ppuAddress>
               <ns0:company>V040</ns0:company>
               <ns0:contractTerm>18</ns0:contractTerm>
               <ns0:EIPPlanId>202012241295221896</ns0:EIPPlanId>
               <ns0:leaseIndicator>true</ns0:leaseIndicator>
               <ns0:transactionType>LEASE</ns0:transactionType>
               <ns0:transactionCode>INV</ns0:transactionCode>
               <ns0:chargeType>LSPYOFFEE</ns0:chargeType>
               <ns0:leaseStartDate>2020-12-24T00:00:00</ns0:leaseStartDate>
               <ns0:leaseEndDate>2022-11-23T00:00:00</ns0:leaseEndDate>
            </ns0:lineItem>
            <ns0:lineItem>
               <ns0:id>12</ns0:id>
               <ns0:sku>000000190198459152</ns0:sku>
               <ns0:skuGroup>PHONE</ns0:skuGroup>
               <ns0:isMultiComponent>false</ns0:isMultiComponent>
               <ns0:quantity>1.0</ns0:quantity>
               <ns0:cost>749.99</ns0:cost>
               <ns0:salePrice>749.99</ns0:salePrice>
               <ns0:extendedPrice>16.0</ns0:extendedPrice>
               <ns0:taxDate>2020-12-29</ns0:taxDate>
               <ns0:shipFromAddress>
                  <ns0:taxAeraId>480331410</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:shipFromAddress>
               <ns0:ppuAddress>
                  <ns0:taxAeraId>110892004</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:ppuAddress>
               <ns0:company>V040</ns0:company>
               <ns0:contractTerm>18</ns0:contractTerm>
               <ns0:EIPPlanId>202012241295221896</ns0:EIPPlanId>
               <ns0:leaseIndicator>true</ns0:leaseIndicator>
               <ns0:transactionType>SALE</ns0:transactionType>
               <ns0:transactionCode>INV</ns0:transactionCode>
               <ns0:chargeType>LSRSDVAL</ns0:chargeType>
               <ns0:leaseStartDate>2020-12-24T00:00:00</ns0:leaseStartDate>
               <ns0:leaseEndDate>2022-11-23T00:00:00</ns0:leaseEndDate>
            </ns0:lineItem>
         </ns0:listOfLineItem>
         <ns0:version>6</ns0:version>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:12:02.868 response time in milliseconds: 1407.70
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:42:01 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 41c13f93-39e8-4d01-75a8-e158d9f4de3b
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-29</ns14:transactionDate><ns14:totalTaxAmt>58.72</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:listOfLineItem><ns2:lineItem><ns2:id>11</ns2:id><ns2:sku>000000190198459152</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>749.99</ns2:salePrice><ns2:taxAmt>57.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>57.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>28.72</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>21.54</ns14:calculatedTax><ns14:effectiveRate>3.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.18</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:chargeType>LSPYOFFEE</ns2:chargeType><ns2:taxBasis>ST</ns2:taxBasis><ns2:leaseStartDate>2020-12-24T00:00:00</ns2:leaseStartDate><ns2:leaseEndDate>2022-11-23T00:00:00</ns2:leaseEndDate></ns2:lineItem><ns2:lineItem><ns2:id>12</ns2:id><ns2:sku>PHONE</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>749.99</ns2:salePrice><ns2:taxAmt>1.28</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>1.28</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.64</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>16.0</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.48</ns14:calculatedTax><ns14:effectiveRate>3.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>16.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.16</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>16.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:chargeType>LSRSDVAL</ns2:chargeType><ns2:leaseStartDate>2020-12-24T00:00:00</ns2:leaseStartDate><ns2:leaseEndDate>2022-11-23T00:00:00</ns2:leaseEndDate></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.004
19:12:02.875 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-29</ns14:transactionDate>
        <ns14:totalTaxAmt>58.72</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>11</ns2:id>
          <ns2:sku>000000190198459152</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>749.99</ns2:salePrice>
          <ns2:taxAmt>57.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>57.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>28.72</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>21.54</ns14:calculatedTax>
            <ns14:effectiveRate>3.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.18</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>LSPYOFFEE</ns2:chargeType>
          <ns2:taxBasis>ST</ns2:taxBasis>
          <ns2:leaseStartDate>2020-12-24T00:00:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2022-11-23T00:00:00</ns2:leaseEndDate>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>12</ns2:id>
          <ns2:sku>PHONE</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>749.99</ns2:salePrice>
          <ns2:taxAmt>1.28</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>1.28</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.64</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>16.0</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.48</ns14:calculatedTax>
            <ns14:effectiveRate>3.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>16.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.16</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>16.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>LSRSDVAL</ns2:chargeType>
          <ns2:leaseStartDate>2020-12-24T00:00:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2022-11-23T00:00:00</ns2:leaseEndDate>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.015
* def difference = write(responseXml,filename) 0.004
Then print difference 0.000
19:12:02.897 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.003
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.224
Scenario Outline Test 'TaxQuoteRequest_Success_EIP_EIP_lineCount-2_SAMSON_CHUB_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_EIP_EIP_lineCount-2_SAMSON_CHUB_VERTEX.xml') 0.002
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.001
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.196
19:12:02.922 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 5112
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns="http://www.t-mobile.com/common/common" xmlns:ns0="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/common/address" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns0:id>EIP</ns0:id>
         <ns0:operation>TaxQuote</ns0:operation>
         <ns0:baseData>
            <ns0:origTransactionId>EIP20201229000005835</ns0:origTransactionId>
            <ns0:transactionType>LEASE</ns0:transactionType>
            <ns0:transactionDate>2020-12-29</ns0:transactionDate>
            <ns0:sourceApp>EIP</ns0:sourceApp>
            <ns0:returnAssisted>true</ns0:returnAssisted>
            <ns0:companyCode>V040</ns0:companyCode>
            <ns0:accountType>B</ns0:accountType>
            <ns0:accountSubtype>R</ns0:accountSubtype>
            <ns0:checkTaxExemptionEligibility>true</ns0:checkTaxExemptionEligibility>
         </ns0:baseData>
         <ns0:extData>
            <additionalData>
               <nvPair>
                  <name>TAXEXEMPTINDICATOR</name>
                  <value>false</value>
               </nvPair>
            </additionalData>
         </ns0:extData>
         <ns0:customer>
            <ns0:code>617918334</ns0:code>
         </ns0:customer>
         <ns0:listOfLineItem>
            <ns0:lineItem>
               <ns0:id>11</ns0:id>
               <ns0:sku>000000190198459152</ns0:sku>
               <ns0:skuGroup>PHONE</ns0:skuGroup>
               <ns0:isMultiComponent>false</ns0:isMultiComponent>
               <ns0:quantity>1.0</ns0:quantity>
               <ns0:cost>749.99</ns0:cost>
               <ns0:salePrice>749.99</ns0:salePrice>
               <ns0:extendedPrice>717.99</ns0:extendedPrice>
               <ns0:taxDate>2020-12-29</ns0:taxDate>
               <ns0:shipFromAddress>
                  <ns0:taxAeraId>480331410</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:shipFromAddress>
               <ns0:ppuAddress>
                  <ns0:taxAeraId>110892004</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:ppuAddress>
               <ns0:company>V040</ns0:company>
               <ns0:contractTerm>18</ns0:contractTerm>
               <ns0:EIPPlanId>202012241295221896</ns0:EIPPlanId>
               <ns0:leaseIndicator>true</ns0:leaseIndicator>
               <ns0:transactionType>LEASE</ns0:transactionType>
               <ns0:transactionCode>INV</ns0:transactionCode>
               <ns0:chargeType>LSPYOFFEE</ns0:chargeType>
               <ns0:leaseStartDate>2020-12-24T00:00:00</ns0:leaseStartDate>
               <ns0:leaseEndDate>2022-11-23T00:00:00</ns0:leaseEndDate>
            </ns0:lineItem>
            <ns0:lineItem>
               <ns0:id>12</ns0:id>
               <ns0:sku>000000190198459152</ns0:sku>
               <ns0:skuGroup>PHONE</ns0:skuGroup>
               <ns0:isMultiComponent>false</ns0:isMultiComponent>
               <ns0:quantity>1.0</ns0:quantity>
               <ns0:cost>749.99</ns0:cost>
               <ns0:salePrice>749.99</ns0:salePrice>
               <ns0:extendedPrice>16.0</ns0:extendedPrice>
               <ns0:taxDate>2020-12-29</ns0:taxDate>
               <ns0:shipFromAddress>
                  <ns0:taxAeraId>480331410</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:shipFromAddress>
               <ns0:ppuAddress>
                  <ns0:taxAeraId>110892004</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:ppuAddress>
               <ns0:company>V040</ns0:company>
               <ns0:contractTerm>18</ns0:contractTerm>
               <ns0:EIPPlanId>202012241295221896</ns0:EIPPlanId>
               <ns0:leaseIndicator>true</ns0:leaseIndicator>
               <ns0:transactionType>SALE</ns0:transactionType>
               <ns0:transactionCode>INV</ns0:transactionCode>
               <ns0:chargeType>LSRSDVAL</ns0:chargeType>
               <ns0:leaseStartDate>2020-12-24T00:00:00</ns0:leaseStartDate>
               <ns0:leaseEndDate>2022-11-23T00:00:00</ns0:leaseEndDate>
            </ns0:lineItem>
         </ns0:listOfLineItem>
         <ns0:version>6</ns0:version>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:12:04.113 response time in milliseconds: 1174.52
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 9464
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:42:03 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 07a10f4b-12a5-45a1-4e7a-df8b4ba362ab
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>No Account Found For BAN:0</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>No Account Found For BAN:0</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20201229000005835&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609228800000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;B&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData&amp;gt;&amp;lt;events/&amp;gt;&amp;lt;additionalData&amp;gt;&amp;lt;nvPair&amp;gt;&amp;lt;nvPair&amp;gt;&amp;lt;name&amp;gt;TAXEXEMPTINDICATOR&amp;lt;/name&amp;gt;&amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&amp;lt;/nvPair&amp;gt;&amp;lt;/nvPair&amp;gt;&amp;lt;/additionalData&amp;gt;&amp;lt;/extData&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;11&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198459152&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;749.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;749.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;717.99&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1609228800000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;480331410&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;110892004&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;true&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1608796800000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1669190400000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId&amp;gt;202012241295221896&amp;lt;/eipplanId&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;12&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198459152&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;749.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;749.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;16.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1609228800000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;480331410&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;110892004&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;true&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;SALE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSRSDVAL&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1608796800000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1669190400000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId&amp;gt;202012241295221896&amp;lt;/eipplanId&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version&amp;gt;6&amp;lt;/version&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:12:04.118 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>No Account Found For BAN:0</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>No Account Found For BAN:0</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20201229000005835&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609228800000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted&amp;gt;true&amp;lt;/returnAssisted&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;B&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData&amp;gt;&amp;lt;events/&amp;gt;&amp;lt;additionalData&amp;gt;&amp;lt;nvPair&amp;gt;&amp;lt;nvPair&amp;gt;&amp;lt;name&amp;gt;TAXEXEMPTINDICATOR&amp;lt;/name&amp;gt;&amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&amp;lt;/nvPair&amp;gt;&amp;lt;/nvPair&amp;gt;&amp;lt;/additionalData&amp;gt;&amp;lt;/extData&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;11&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198459152&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;749.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;749.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;717.99&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1609228800000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;480331410&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;110892004&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;true&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1608796800000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1669190400000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId&amp;gt;202012241295221896&amp;lt;/eipplanId&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;12&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198459152&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;749.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;749.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;16.0&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1609228800000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;480331410&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;110892004&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;true&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;SALE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSRSDVAL&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1608796800000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1669190400000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId&amp;gt;202012241295221896&amp;lt;/eipplanId&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version&amp;gt;6&amp;lt;/version&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.000
* def difference = compareResult(responseXml,filename) 0.012
Then print difference 0.000
19:12:04.133 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1]
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:950 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:12:04.137 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
2.681
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DCP_POS_DefaultFrieghtSkuGroup_lineCount-3_VERTEX.xml') 0.008
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 2.640
19:12:04.163 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 4068
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <id>DCP</id>
         <baseData>
            <transactionType>SALE</transactionType>
            <transactionDate>2021-06-09-07:00</transactionDate>
            <sourceApp>POS</sourceApp>
            <returnAssisted>true</returnAssisted>
            <prepaidFlag>false</prepaidFlag>
            <accountType>I</accountType>
            <accountSubtype>M</accountSubtype>
         </baseData>
         <listOfLineItem>
            <lineItem>
               <id>1</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>6.99</cost>
               <salePrice>6.99</salePrice>
               <shipFromAddress>
                  <taxAeraId>150190690</taxAeraId>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>Lane 1</ns3:addressLine1>
                        <ns3:city>Bellevue</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>30002</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
            <lineItem>
               <id>2</id>
               <sku>SHIPFEE</sku>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>14.99</cost>
               <salePrice>14.99</salePrice>
               <shipFromAddress>
                  <taxAeraId>150190690</taxAeraId>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>Lane 1</ns3:addressLine1>
                        <ns3:city>Bellevue</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>30002</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
            <lineItem>
               <id>3</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>24.99</cost>
               <salePrice>24.99</salePrice>
               <shipFromAddress>
                  <taxAeraId>150190690</taxAeraId>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>Lane 1</ns3:addressLine1>
                        <ns3:city>Bellevue</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>30002</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

19:12:06.799 response time in milliseconds: 1203.14
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:42:04 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 58e6c321-f1a5-4202-4065-e44489931c77
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2021-06-09</ns14:transactionDate><ns14:totalTaxAmt>4.74</ns14:totalTaxAmt><ns14:totalTaxRate>0.101</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:listOfLineItem><ns2:lineItem><ns2:id>1</ns2:id><ns2:sku>SHIPFEE</ns2:sku><ns2:skuGroup>SHIPFEE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>6.99</ns2:salePrice><ns2:taxAmt>0.7</ns2:taxAmt><ns2:taxRate>0.101</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>831</ns2:company><ns2:totalTax>0.7</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.45</ns14:calculatedTax><ns14:effectiveRate>6.5E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>6.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.15</ns14:calculatedTax><ns14:effectiveRate>2.2E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>1.4E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>2</ns2:id><ns2:sku>SHPSku</ns2:sku><ns2:skuGroup>SHPSku</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>14.99</ns2:salePrice><ns2:taxAmt>1.51</ns2:taxAmt><ns2:taxRate>0.101</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>831</ns2:company><ns2:totalTax>1.51</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.97</ns14:calculatedTax><ns14:effectiveRate>6.5E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>14.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.33</ns14:calculatedTax><ns14:effectiveRate>2.2E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.21</ns14:calculatedTax><ns14:effectiveRate>1.4E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns2:lineItem><ns2:lineItem><ns2:id>3</ns2:id><ns2:sku>SHIPFEE</ns2:sku><ns2:skuGroup>SHIPFEE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>24.99</ns2:salePrice><ns2:taxAmt>2.53</ns2:taxAmt><ns2:taxRate>0.101</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns2:company>831</ns2:company><ns2:totalTax>2.53</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.63</ns14:calculatedTax><ns14:effectiveRate>6.5E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0E0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>24.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.55</ns14:calculatedTax><ns14:effectiveRate>2.2E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.35</ns14:calculatedTax><ns14:effectiveRate>1.4E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.004
19:12:06.805 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2021-06-09</ns14:transactionDate>
        <ns14:totalTaxAmt>4.74</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.101</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>1</ns2:id>
          <ns2:sku>SHIPFEE</ns2:sku>
          <ns2:skuGroup>SHIPFEE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>6.99</ns2:salePrice>
          <ns2:taxAmt>0.7</ns2:taxAmt>
          <ns2:taxRate>0.101</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>831</ns2:company>
          <ns2:totalTax>0.7</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.45</ns14:calculatedTax>
            <ns14:effectiveRate>6.5E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>6.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.15</ns14:calculatedTax>
            <ns14:effectiveRate>2.2E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>1.4E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>2</ns2:id>
          <ns2:sku>SHPSku</ns2:sku>
          <ns2:skuGroup>SHPSku</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>14.99</ns2:salePrice>
          <ns2:taxAmt>1.51</ns2:taxAmt>
          <ns2:taxRate>0.101</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>831</ns2:company>
          <ns2:totalTax>1.51</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.97</ns14:calculatedTax>
            <ns14:effectiveRate>6.5E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>14.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.33</ns14:calculatedTax>
            <ns14:effectiveRate>2.2E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.21</ns14:calculatedTax>
            <ns14:effectiveRate>1.4E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
        <ns2:lineItem>
          <ns2:id>3</ns2:id>
          <ns2:sku>SHIPFEE</ns2:sku>
          <ns2:skuGroup>SHIPFEE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>24.99</ns2:salePrice>
          <ns2:taxAmt>2.53</ns2:taxAmt>
          <ns2:taxRate>0.101</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns2:company>831</ns2:company>
          <ns2:totalTax>2.53</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.63</ns14:calculatedTax>
            <ns14:effectiveRate>6.5E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0E0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>24.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.55</ns14:calculatedTax>
            <ns14:effectiveRate>2.2E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.35</ns14:calculatedTax>
            <ns14:effectiveRate>1.4E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.015
* def difference = write(responseXml,filename) 0.005
Then print difference 0.000
19:12:06.828 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.797
Scenario Outline Test 'TaxQuoteRequest_Success_DCP_POS_DefaultFrieghtSkuGroup_lineCount-3_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_DCP_POS_DefaultFrieghtSkuGroup_lineCount-3_VERTEX.xml') 0.003
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.001
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.757
19:12:06.853 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 4068
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <ns4:taxQuoteRequest xmlns="http://www.t-mobile.com/common/tax" xmlns:ns2="http://www.t-mobile.com/common/common" xmlns:ns3="http://www.t-mobile.com/common/address" xmlns:ns4="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <id>DCP</id>
         <baseData>
            <transactionType>SALE</transactionType>
            <transactionDate>2021-06-09-07:00</transactionDate>
            <sourceApp>POS</sourceApp>
            <returnAssisted>true</returnAssisted>
            <prepaidFlag>false</prepaidFlag>
            <accountType>I</accountType>
            <accountSubtype>M</accountSubtype>
         </baseData>
         <listOfLineItem>
            <lineItem>
               <id>1</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>6.99</cost>
               <salePrice>6.99</salePrice>
               <shipFromAddress>
                  <taxAeraId>150190690</taxAeraId>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>Lane 1</ns3:addressLine1>
                        <ns3:city>Bellevue</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>30002</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
            <lineItem>
               <id>2</id>
               <sku>SHIPFEE</sku>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>14.99</cost>
               <salePrice>14.99</salePrice>
               <shipFromAddress>
                  <taxAeraId>150190690</taxAeraId>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>Lane 1</ns3:addressLine1>
                        <ns3:city>Bellevue</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>30002</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
            <lineItem>
               <id>3</id>
               <sku>SHIPFEE</sku>
               <skuGroup>SHIPP</skuGroup>
               <isMultiComponent>false</isMultiComponent>
               <frieght>10</frieght>
               <quantity>1.0</quantity>
               <cost>24.99</cost>
               <salePrice>24.99</salePrice>
               <shipFromAddress>
                  <taxAeraId>150190690</taxAeraId>
               </shipFromAddress>
               <shipToAddress>
                  <address>
                     <ns3:baseData>
                        <ns3:addressLine1>Lane 1</ns3:addressLine1>
                        <ns3:city>Bellevue</ns3:city>
                        <ns3:countryCode>US</ns3:countryCode>
                        <ns3:postalCode>30002</ns3:postalCode>
                        <ns3:stateCode>WA</ns3:stateCode>
                     </ns3:baseData>
                  </address>
               </shipToAddress>
               <company>831</company>
            </lineItem>
         </listOfLineItem>
      </ns4:taxQuoteRequest>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

19:12:08.605 response time in milliseconds: 1304.92
1 < 200
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 11345
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:42:07 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 27d0eea5-6109-445c-63a7-222c380ed042
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax"><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:transactionDate>2021-06-09</ns14:transactionDate><ns14:totalTaxAmt>4.74</ns14:totalTaxAmt><ns14:totalTaxRate>0.101</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/><ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax"><ns14:lineItem><ns14:id>1</ns14:id><ns14:sku>SHIPFEE</ns14:sku><ns14:skuGroup>SHIPFEE</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>6.99</ns14:salePrice><ns14:taxAmt>0.7</ns14:taxAmt><ns14:taxRate>0.101</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>831</ns14:company><ns14:totalTax>0.7</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.45</ns14:calculatedTax><ns14:effectiveRate>0.065</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>6.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.15</ns14:calculatedTax><ns14:effectiveRate>0.022</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.1</ns14:calculatedTax><ns14:effectiveRate>0.014</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>6.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>2</ns14:id><ns14:sku>SHPSku</ns14:sku><ns14:skuGroup>SHPSku</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>14.99</ns14:salePrice><ns14:taxAmt>1.51</ns14:taxAmt><ns14:taxRate>0.101</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>831</ns14:company><ns14:totalTax>1.51</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.97</ns14:calculatedTax><ns14:effectiveRate>0.065</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>14.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.33</ns14:calculatedTax><ns14:effectiveRate>0.022</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.21</ns14:calculatedTax><ns14:effectiveRate>0.014</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>14.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns14:lineItem><ns14:lineItem><ns14:id>3</ns14:id><ns14:sku>SHIPFEE</ns14:sku><ns14:skuGroup>SHIPFEE</ns14:skuGroup><ns14:quantity>1.0</ns14:quantity><ns14:salePrice>24.99</ns14:salePrice><ns14:taxAmt>2.53</ns14:taxAmt><ns14:taxRate>0.101</ns14:taxRate><ns14:discount/><ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag><ns14:shipToAddress><ns14:taxAeraId>480330040</ns14:taxAeraId></ns14:shipToAddress><ns14:company>831</ns14:company><ns14:totalTax>2.53</ns14:totalTax><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName><ns14:jurisdictionId>40256</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>1.63</ns14:calculatedTax><ns14:effectiveRate>0.065</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>23710</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>NONTAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>KING</ns14:jurisdictionName><ns14:jurisdictionId>40453</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.0</ns14:calculatedTax><ns14:effectiveRate>0.0</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:nonTaxable>24.99</ns14:nonTaxable><ns14:taxable>0.0</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>177432</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName><ns14:jurisdictionId>40457</ns14:jurisdictionId><ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.55</ns14:calculatedTax><ns14:effectiveRate>0.022</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>19579968</ns14:taxRuleId></ns14:taxes><ns14:taxes><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>102655</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>0.35</ns14:calculatedTax><ns14:effectiveRate>0.014</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>24.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>1372041</ns14:taxRuleId></ns14:taxes></ns14:lineItem></ns14:listOfLineItem></ns14:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.003
19:12:08.611 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <ns14:taxQuoteResponse xmlns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns14="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns3="http://www.t-mobile.com/common/common" xmlns:ns4="http://www.t-mobile.com/common/address">
      <ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:transactionDate>2021-06-09</ns14:transactionDate>
        <ns14:totalTaxAmt>4.74</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.101</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax"/>
      <ns14:listOfLineItem xmlns:ns14="http://www.t-mobile.com/common/tax">
        <ns14:lineItem>
          <ns14:id>1</ns14:id>
          <ns14:sku>SHIPFEE</ns14:sku>
          <ns14:skuGroup>SHIPFEE</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>6.99</ns14:salePrice>
          <ns14:taxAmt>0.7</ns14:taxAmt>
          <ns14:taxRate>0.101</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>831</ns14:company>
          <ns14:totalTax>0.7</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.45</ns14:calculatedTax>
            <ns14:effectiveRate>0.065</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>6.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.15</ns14:calculatedTax>
            <ns14:effectiveRate>0.022</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.1</ns14:calculatedTax>
            <ns14:effectiveRate>0.014</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>6.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>2</ns14:id>
          <ns14:sku>SHPSku</ns14:sku>
          <ns14:skuGroup>SHPSku</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>14.99</ns14:salePrice>
          <ns14:taxAmt>1.51</ns14:taxAmt>
          <ns14:taxRate>0.101</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>831</ns14:company>
          <ns14:totalTax>1.51</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.97</ns14:calculatedTax>
            <ns14:effectiveRate>0.065</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>14.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.33</ns14:calculatedTax>
            <ns14:effectiveRate>0.022</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.21</ns14:calculatedTax>
            <ns14:effectiveRate>0.014</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>14.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
        <ns14:lineItem>
          <ns14:id>3</ns14:id>
          <ns14:sku>SHIPFEE</ns14:sku>
          <ns14:skuGroup>SHIPFEE</ns14:skuGroup>
          <ns14:quantity>1.0</ns14:quantity>
          <ns14:salePrice>24.99</ns14:salePrice>
          <ns14:taxAmt>2.53</ns14:taxAmt>
          <ns14:taxRate>0.101</ns14:taxRate>
          <ns14:discount/>
          <ns14:prepaidTransactionFlag>false</ns14:prepaidTransactionFlag>
          <ns14:shipToAddress>
            <ns14:taxAeraId>480330040</ns14:taxAeraId>
          </ns14:shipToAddress>
          <ns14:company>831</ns14:company>
          <ns14:totalTax>2.53</ns14:totalTax>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>WASHINGTON</ns14:jurisdictionName>
              <ns14:jurisdictionId>40256</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>1.63</ns14:calculatedTax>
            <ns14:effectiveRate>0.065</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Retail Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>23710</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>NONTAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>KING</ns14:jurisdictionName>
              <ns14:jurisdictionId>40453</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.0</ns14:calculatedTax>
            <ns14:effectiveRate>0.0</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:nonTaxable>24.99</ns14:nonTaxable>
            <ns14:taxable>0.0</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>177432</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>BELLEVUE</ns14:jurisdictionName>
              <ns14:jurisdictionId>40457</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>CITY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.55</ns14:calculatedTax>
            <ns14:effectiveRate>0.022</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>19579968</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes>
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>REGIONAL TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>102655</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>0.35</ns14:calculatedTax>
            <ns14:effectiveRate>0.014</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>24.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>1372041</ns14:taxRuleId>
          </ns14:taxes>
        </ns14:lineItem>
      </ns14:listOfLineItem>
    </ns14:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.020
Then print difference 0.001
19:12:08.636 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :12
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1]
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.002
com.intuit.karate.exception.KarateException: taxquotesb.feature:977 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :12
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:12:08.641 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :12
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[1]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[2]/taxes[4]/effectiveRate[1]/text()[1] 
Expected text value '6.5E-2' but was '0.065' - comparing <ns14:effectiveRate ...>6.5E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.065</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[1]/effectiveRate[1]/text()[1] 
Expected text value '0.0E0' but was '0.0' - comparing <ns14:effectiveRate ...>0.0E0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.0</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[2]/effectiveRate[1]/text()[1] 
Expected text value '2.2E-2' but was '0.022' - comparing <ns14:effectiveRate ...>2.2E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.022</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[3]/effectiveRate[1]/text()[1] 
Expected text value '1.4E-2' but was '0.014' - comparing <ns14:effectiveRate ...>1.4E-2</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] to <ns14:effectiveRate ...>0.014</ns14:effectiveRate> at /Envelope[1]/Body[1]/taxQuoteResponse[1]/listOfLineItem[1]/lineItem[3]/taxes[4]/effectiveRate[1]/text()[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.592
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_EIP_EIP_Version6_lineCount-1_SAMSON_CHUB_VERTEX.xml') 0.008
And url tms_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.000
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.570
19:12:08.666 request:
1 > POST http://taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com/public/soap/v1
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 3284
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquote-tms-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns="http://www.t-mobile.com/common/common" xmlns:ns0="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/common/address" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns0:id>EIP</ns0:id>
         <ns0:operation>TaxQuote</ns0:operation>
         <ns0:baseData>
            <ns0:origTransactionId>EIP20201229000005835</ns0:origTransactionId>
            <ns0:transactionType>LEASE</ns0:transactionType>
            <ns0:transactionDate>2020-12-29</ns0:transactionDate>
            <ns0:sourceApp>EIP</ns0:sourceApp>
            <ns0:companyCode>V040</ns0:companyCode>
            <ns0:accountType>B</ns0:accountType>
            <ns0:accountSubtype>R</ns0:accountSubtype>
            <ns0:checkTaxExemptionEligibility>true</ns0:checkTaxExemptionEligibility>
         </ns0:baseData>
         <ns0:extData>
            <additionalData>
               <nvPair>
                  <name>TAXEXEMPTINDICATOR</name>
                  <value>false</value>
               </nvPair>
            </additionalData>
         </ns0:extData>
         <ns0:customer>
            <ns0:code>617918334</ns0:code>
         </ns0:customer>
         <ns0:listOfLineItem>
            <ns0:lineItem>
               <ns0:id>11</ns0:id>
               <ns0:sku>000000190198459152</ns0:sku>
               <ns0:skuGroup>PHONE</ns0:skuGroup>
               <ns0:isMultiComponent>false</ns0:isMultiComponent>
               <ns0:quantity>1.0</ns0:quantity>
               <ns0:cost>749.99</ns0:cost>
               <ns0:salePrice>749.99</ns0:salePrice>
               <ns0:extendedPrice>717.99</ns0:extendedPrice>
               <ns0:taxDate>2020-12-29</ns0:taxDate>
               <ns0:shipFromAddress>
                  <ns0:taxAeraId>480331410</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:shipFromAddress>
               <ns0:ppuAddress>
                  <ns0:taxAeraId>110892004</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:ppuAddress>
               <ns0:company>V040</ns0:company>
               <ns0:contractTerm>18</ns0:contractTerm>
               <ns0:EIPPlanId>202012241295221896</ns0:EIPPlanId>
               <ns0:leaseIndicator>true</ns0:leaseIndicator>
               <ns0:transactionType>LEASE</ns0:transactionType>
               <ns0:transactionCode>INV</ns0:transactionCode>
               <ns0:chargeType>LSPYOFFEE</ns0:chargeType>
               <ns0:leaseStartDate>2020-12-24T00:00:00</ns0:leaseStartDate>
               <ns0:leaseEndDate>2022-11-23T00:00:00</ns0:leaseEndDate>
            </ns0:lineItem>
         </ns0:listOfLineItem>
         <ns0:version>6</ns0:version>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:12:10.234 response time in milliseconds: 1224.95
1 < 200
1 < Content-Type: text/xml;charset=UTF-8
1 < Date: Wed, 04 Aug 2021 13:42:09 GMT
1 < Server: Jetty(8.1.16.v20140903)
1 < Transfer-Encoding: chunked
1 < X-Vcap-Request-Id: 1a4a73b1-8d26-4dfe-5e27-112b72d2bacb
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.t-mobile.com/common/tax" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax"><soapenv:Body><ns:taxQuoteResponse><ns14:baseData xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:transactionDate>2020-12-29</ns14:transactionDate><ns14:totalTaxAmt>57.44</ns14:totalTaxAmt><ns14:totalTaxRate>0.08</ns14:totalTaxRate></ns14:baseData><ns14:customer xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxExempt>false</ns14:taxExempt></ns14:customer><ns14:shipToAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns14:shipFromAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:listOfLineItem><ns2:lineItem><ns2:id>11</ns2:id><ns2:sku>000000190198459152</ns2:sku><ns2:skuGroup>PHONE</ns2:skuGroup><ns2:quantity>1.0</ns2:quantity><ns2:salePrice>749.99</ns2:salePrice><ns2:taxAmt>57.44</ns2:taxAmt><ns2:taxRate>0.08</ns2:taxRate><ns14:discount xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address" /><ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag><ns14:ppuAddress xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:taxAeraId>110892004</ns14:taxAeraId></ns14:ppuAddress><ns2:company>V040</ns2:company><ns2:totalTax>57.44</ns2:totalTax><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName><ns14:jurisdictionId>6244</ns14:jurisdictionId><ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>28.72</ns14:calculatedTax><ns14:effectiveRate>4.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>5232</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>DEKALB</ns14:jurisdictionName><ns14:jurisdictionId>6519</ns14:jurisdictionId><ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>21.54</ns14:calculatedTax><ns14:effectiveRate>3.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>4662668</ns14:taxRuleId></ns14:taxes><ns14:taxes xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns18="http://www.t-mobile.com/common/address"><ns14:situs>DESTINATION</ns14:situs><ns14:taxResult>TAXABLE</ns14:taxResult><ns14:taxType>SELLER_USE</ns14:taxType><ns14:jurisdiction><ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName><ns14:jurisdictionId>78130</ns14:jurisdictionId><ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel></ns14:jurisdiction><ns14:calculatedTax>7.18</ns14:calculatedTax><ns14:effectiveRate>1.0E-2</ns14:effectiveRate><ns14:taxRateUnit>%</ns14:taxRateUnit><ns14:taxDescription>TAX</ns14:taxDescription><ns14:taxable>717.99</ns14:taxable><ns14:impositionName>Local Sales and Use Tax</ns14:impositionName><ns14:impositionType>General Sales and Use Tax</ns14:impositionType><ns14:taxRuleId>26665</ns14:taxRuleId></ns14:taxes><ns2:chargeType>LSPYOFFEE</ns2:chargeType><ns2:taxBasis>ST</ns2:taxBasis><ns2:leaseStartDate>2020-12-24T00:00:00</ns2:leaseStartDate><ns2:leaseEndDate>2022-11-23T00:00:00</ns2:leaseEndDate></ns2:lineItem></ns2:listOfLineItem></ns:taxQuoteResponse></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:12:10.238 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:ns1="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:ns2="http://www.t-mobile.com/common/tax">
  <soapenv:Body>
    <ns:taxQuoteResponse>
      <ns14:baseData xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:transactionDate>2020-12-29</ns14:transactionDate>
        <ns14:totalTaxAmt>57.44</ns14:totalTaxAmt>
        <ns14:totalTaxRate>0.08</ns14:totalTaxRate>
      </ns14:baseData>
      <ns14:customer xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ns14:taxExempt>false</ns14:taxExempt>
      </ns14:customer>
      <ns14:shipToAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns14:shipFromAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns20="http://www.t-mobile.com/common/tax" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx27="urn:vertexinc:o-series:tps:9:0" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:tns4="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-TaxVertex-To-Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <ns2:listOfLineItem>
        <ns2:lineItem>
          <ns2:id>11</ns2:id>
          <ns2:sku>000000190198459152</ns2:sku>
          <ns2:skuGroup>PHONE</ns2:skuGroup>
          <ns2:quantity>1.0</ns2:quantity>
          <ns2:salePrice>749.99</ns2:salePrice>
          <ns2:taxAmt>57.44</ns2:taxAmt>
          <ns2:taxRate>0.08</ns2:taxRate>
          <ns14:discount xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          <ns2:prepaidTransactionFlag>false</ns2:prepaidTransactionFlag>
          <ns14:ppuAddress xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:taxAeraId>110892004</ns14:taxAeraId>
          </ns14:ppuAddress>
          <ns2:company>V040</ns2:company>
          <ns2:totalTax>57.44</ns2:totalTax>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>GEORGIA</ns14:jurisdictionName>
              <ns14:jurisdictionId>6244</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>STATE</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>28.72</ns14:calculatedTax>
            <ns14:effectiveRate>4.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>5232</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>DEKALB</ns14:jurisdictionName>
              <ns14:jurisdictionId>6519</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>COUNTY</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>21.54</ns14:calculatedTax>
            <ns14:effectiveRate>3.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>4662668</ns14:taxRuleId>
          </ns14:taxes>
          <ns14:taxes xmlns:ansbw6="/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation.process/Map-To-Response" xmlns:ansbw9="/targetVertex/Applications/Vertex/TransformationandValidationProcesses/Tax/TaxVertexToPublicTransformation-End-Output.xsd" xmlns:ns14="http://www.t-mobile.com/common/tax" xmlns:ns18="http://www.t-mobile.com/common/address" xmlns:ns19="http://www.t-mobile.com/common/common" xmlns:ns6="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax" xmlns:pfx13="http://www.siebel.com/uan/csi/tax" xmlns:pfx24="http://www.siebel.com/uan/csi/tax" xmlns:pfx3="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:pfx5="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/ASIPublicCalculateTax" xmlns:tmo="http://www.t-mobile.com/SharedResources/Schemas/T-MobileBaseSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns14:situs>DESTINATION</ns14:situs>
            <ns14:taxResult>TAXABLE</ns14:taxResult>
            <ns14:taxType>SELLER_USE</ns14:taxType>
            <ns14:jurisdiction>
              <ns14:jurisdictionName>METROPOLITAN ATLANTA RAPID TRANSIT AUTHORITY</ns14:jurisdictionName>
              <ns14:jurisdictionId>78130</ns14:jurisdictionId>
              <ns14:jurisdictionLevel>DISTRICT</ns14:jurisdictionLevel>
            </ns14:jurisdiction>
            <ns14:calculatedTax>7.18</ns14:calculatedTax>
            <ns14:effectiveRate>1.0E-2</ns14:effectiveRate>
            <ns14:taxRateUnit>%</ns14:taxRateUnit>
            <ns14:taxDescription>TAX</ns14:taxDescription>
            <ns14:taxable>717.99</ns14:taxable>
            <ns14:impositionName>Local Sales and Use Tax</ns14:impositionName>
            <ns14:impositionType>General Sales and Use Tax</ns14:impositionType>
            <ns14:taxRuleId>26665</ns14:taxRuleId>
          </ns14:taxes>
          <ns2:chargeType>LSPYOFFEE</ns2:chargeType>
          <ns2:taxBasis>ST</ns2:taxBasis>
          <ns2:leaseStartDate>2020-12-24T00:00:00</ns2:leaseStartDate>
          <ns2:leaseEndDate>2022-11-23T00:00:00</ns2:leaseEndDate>
        </ns2:lineItem>
      </ns2:listOfLineItem>
    </ns:taxQuoteResponse>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = write(responseXml,filename) 0.003
Then print difference 0.000
19:12:10.244 [print] Number of difference between two files :0
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.000
0.000
* def sb_endpoint = baseUrl != null ? baseUrl : taxquote_rsp_url + domain 0.000
* def sb_finalEndpoint = sb_endpoint + '/soap/v1/calculateTax' 0.000
* def tms_endpoint = baseUrl != null ? baseUrl : taxquote_tms_url + domain 0.000
* def tms_finalEndpoint = tms_endpoint + '/public/soap/v1' 0.000
* def write = 0.000
function writeFile(incomingResponse,filename){
         
   var WriteResp = Java.type('com.tmobile.respcomp.WriteResp');
   var writeRes = new WriteResp();
            
   var responseComing = writeRes.write(incomingResponse,filename);
   return responseComing;
 }
* def compareResult = 0.000
function compareResponse(incomingResponse,filename){
         
   var CompareResp = Java.type('com.tmobile.respcomp.CompareResp');
   var compareRes = new CompareResp();
            
   var responseComing = compareRes.compareResult(incomingResponse,filename);
            
   return responseComing;
           
  }
Tags: @PROD
1.176
Scenario Outline Test 'TaxQuoteRequest_Success_EIP_EIP_Version6_lineCount-1_SAMSON_CHUB_VERTEX'SPRINGBOOT
Steps
Given def requestBody = read('taxquotesb-request-xml/TaxQuoteRequest_Success_EIP_EIP_Version6_lineCount-1_SAMSON_CHUB_VERTEX.xml') 0.003
And url sb_finalEndpoint 0.000
And header Content-Type = 'text/xml' 0.000
And def data = read('classpath:tdm-data/DFM/' + tdmEnv +'/'+ tdmEnv +'.properties') 0.001
And def props = new java.util.Properties() 0.000
And eval props.load(data) 0.000
And replace requestBody 0.000
token value
#(ban) props.ban
And request requestBody 0.000
When method POST 1.144
19:12:10.264 request:
1 > POST http://taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com/soap/v1/calculateTax
1 > Accept-Encoding: gzip,deflate
1 > Connection: Keep-Alive
1 > Content-Length: 3284
1 > Content-Type: text/xml; charset=UTF-8
1 > Host: taxquotesb-rsp-qlab03-green.test.px-npe02C.cf.t-mobile.com
1 > User-Agent: Apache-HttpClient/4.5.11 (Java/1.8.0_291)
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:taxQuoteRequest xmlns="http://www.t-mobile.com/common/common" xmlns:ns0="http://www.t-mobile.com/common/tax" xmlns:ns1="http://www.t-mobile.com/common/address" xmlns:ns2="http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax">
         <ns0:id>EIP</ns0:id>
         <ns0:operation>TaxQuote</ns0:operation>
         <ns0:baseData>
            <ns0:origTransactionId>EIP20201229000005835</ns0:origTransactionId>
            <ns0:transactionType>LEASE</ns0:transactionType>
            <ns0:transactionDate>2020-12-29</ns0:transactionDate>
            <ns0:sourceApp>EIP</ns0:sourceApp>
            <ns0:companyCode>V040</ns0:companyCode>
            <ns0:accountType>B</ns0:accountType>
            <ns0:accountSubtype>R</ns0:accountSubtype>
            <ns0:checkTaxExemptionEligibility>true</ns0:checkTaxExemptionEligibility>
         </ns0:baseData>
         <ns0:extData>
            <additionalData>
               <nvPair>
                  <name>TAXEXEMPTINDICATOR</name>
                  <value>false</value>
               </nvPair>
            </additionalData>
         </ns0:extData>
         <ns0:customer>
            <ns0:code>617918334</ns0:code>
         </ns0:customer>
         <ns0:listOfLineItem>
            <ns0:lineItem>
               <ns0:id>11</ns0:id>
               <ns0:sku>000000190198459152</ns0:sku>
               <ns0:skuGroup>PHONE</ns0:skuGroup>
               <ns0:isMultiComponent>false</ns0:isMultiComponent>
               <ns0:quantity>1.0</ns0:quantity>
               <ns0:cost>749.99</ns0:cost>
               <ns0:salePrice>749.99</ns0:salePrice>
               <ns0:extendedPrice>717.99</ns0:extendedPrice>
               <ns0:taxDate>2020-12-29</ns0:taxDate>
               <ns0:shipFromAddress>
                  <ns0:taxAeraId>480331410</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:shipFromAddress>
               <ns0:ppuAddress>
                  <ns0:taxAeraId>110892004</ns0:taxAeraId>
                  <ns0:address>
                     <ns1:baseData>
                        <ns1:postalCode>30346</ns1:postalCode>
                     </ns1:baseData>
                  </ns0:address>
               </ns0:ppuAddress>
               <ns0:company>V040</ns0:company>
               <ns0:contractTerm>18</ns0:contractTerm>
               <ns0:EIPPlanId>202012241295221896</ns0:EIPPlanId>
               <ns0:leaseIndicator>true</ns0:leaseIndicator>
               <ns0:transactionType>LEASE</ns0:transactionType>
               <ns0:transactionCode>INV</ns0:transactionCode>
               <ns0:chargeType>LSPYOFFEE</ns0:chargeType>
               <ns0:leaseStartDate>2020-12-24T00:00:00</ns0:leaseStartDate>
               <ns0:leaseEndDate>2022-11-23T00:00:00</ns0:leaseEndDate>
            </ns0:lineItem>
         </ns0:listOfLineItem>
         <ns0:version>6</ns0:version>
      </ns2:taxQuoteRequest>
   </soap:Body>
</soap:Envelope>

19:12:11.405 response time in milliseconds: 1139.60
1 < 500
1 < Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 < Content-Length: 6261
1 < Content-Type: text/xml;charset=utf-8
1 < Date: Wed, 04 Aug 2021 13:42:11 GMT
1 < Soapaction: ""
1 < X-Vcap-Request-Id: 8089dc21-71ad-4e65-49f3-46cf269db29c
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>Validation_Error</faultcode><faultstring>No Account Found For BAN:0</faultstring><faultactor>LEASE</faultactor><detail><Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault"><ns2:key>LEASE</ns2:key><ns2:msg_code>Validation_Error</ns2:msg_code><ns2:message>No Account Found For BAN:0</ns2:message><ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20201229000005835&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609228800000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted/&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;B&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData&amp;gt;&amp;lt;events/&amp;gt;&amp;lt;additionalData&amp;gt;&amp;lt;nvPair&amp;gt;&amp;lt;nvPair&amp;gt;&amp;lt;name&amp;gt;TAXEXEMPTINDICATOR&amp;lt;/name&amp;gt;&amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&amp;lt;/nvPair&amp;gt;&amp;lt;/nvPair&amp;gt;&amp;lt;/additionalData&amp;gt;&amp;lt;/extData&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;11&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198459152&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;749.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;749.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;717.99&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1609228800000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;480331410&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;110892004&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;true&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1608796800000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1669190400000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId&amp;gt;202012241295221896&amp;lt;/eipplanId&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version&amp;gt;6&amp;lt;/version&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;
</ns2:debug_data><ns2:action>notify</ns2:action><ns2:stack_trace/></Error_Short_Message></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Then print response 0.002
19:12:11.410 [print] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Validation_Error</faultcode>
      <faultstring>No Account Found For BAN:0</faultstring>
      <faultactor>LEASE</faultactor>
      <detail>
        <Error_Short_Message xmlns="http://www.t-mobile.com/SharedAdapterServices/SOAP/WSDLs/TaxQuoteAbstractWSDL/TaxQuoteRequestImpl" xmlns:ns2="http://www.t-mobile.com/esi/base/fault">
          <ns2:key>LEASE</ns2:key>
          <ns2:msg_code>Validation_Error</ns2:msg_code>
          <ns2:message>No Account Found For BAN:0</ns2:message>
          <ns2:debug_data>&amp;lt;TaxInvoiceType&amp;gt;&amp;lt;id&amp;gt;EIP&amp;lt;/id&amp;gt;&amp;lt;operation&amp;gt;TaxQuote&amp;lt;/operation&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;origTransactionId&amp;gt;EIP20201229000005835&amp;lt;/origTransactionId&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionDate&amp;gt;1609228800000&amp;lt;/transactionDate&amp;gt;&amp;lt;sourceApp&amp;gt;EIP&amp;lt;/sourceApp&amp;gt;&amp;lt;returnAssisted/&amp;gt;&amp;lt;companyCode&amp;gt;V040&amp;lt;/companyCode&amp;gt;&amp;lt;taxExemptionType/&amp;gt;&amp;lt;prepaidFlag/&amp;gt;&amp;lt;accountType&amp;gt;B&amp;lt;/accountType&amp;gt;&amp;lt;accountSubtype&amp;gt;R&amp;lt;/accountSubtype&amp;gt;&amp;lt;groupId/&amp;gt;&amp;lt;totalTaxAmt/&amp;gt;&amp;lt;totalTaxRate/&amp;gt;&amp;lt;taxExcemptId/&amp;gt;&amp;lt;checkTaxExemptionEligibility&amp;gt;true&amp;lt;/checkTaxExemptionEligibility&amp;gt;&amp;lt;leaseStartDate/&amp;gt;&amp;lt;leaseEndDate/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;extData&amp;gt;&amp;lt;events/&amp;gt;&amp;lt;additionalData&amp;gt;&amp;lt;nvPair&amp;gt;&amp;lt;nvPair&amp;gt;&amp;lt;name&amp;gt;TAXEXEMPTINDICATOR&amp;lt;/name&amp;gt;&amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&amp;lt;/nvPair&amp;gt;&amp;lt;/nvPair&amp;gt;&amp;lt;/additionalData&amp;gt;&amp;lt;/extData&amp;gt;&amp;lt;customer&amp;gt;&amp;lt;code&amp;gt;617918334&amp;lt;/code&amp;gt;&amp;lt;taxId/&amp;gt;&amp;lt;ssn/&amp;gt;&amp;lt;taxExempt/&amp;gt;&amp;lt;/customer&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;181110490&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode/&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;listOfLineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;lineItem&amp;gt;&amp;lt;id&amp;gt;11&amp;lt;/id&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;sku&amp;gt;000000190198459152&amp;lt;/sku&amp;gt;&amp;lt;skuGroup&amp;gt;PHONE&amp;lt;/skuGroup&amp;gt;&amp;lt;isMultiComponent&amp;gt;false&amp;lt;/isMultiComponent&amp;gt;&amp;lt;frieght/&amp;gt;&amp;lt;quantity&amp;gt;1.0&amp;lt;/quantity&amp;gt;&amp;lt;cost&amp;gt;749.99&amp;lt;/cost&amp;gt;&amp;lt;salePrice&amp;gt;749.99&amp;lt;/salePrice&amp;gt;&amp;lt;extendedPrice&amp;gt;717.99&amp;lt;/extendedPrice&amp;gt;&amp;lt;taxAmt/&amp;gt;&amp;lt;taxRate/&amp;gt;&amp;lt;instantRebateAmount/&amp;gt;&amp;lt;discount/&amp;gt;&amp;lt;prepaidTransactionFlag/&amp;gt;&amp;lt;taxDate&amp;gt;1609228800000&amp;lt;/taxDate&amp;gt;&amp;lt;storeLocationCode/&amp;gt;&amp;lt;shipFromAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;480331410&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/shipFromAddress&amp;gt;&amp;lt;shipToAddress/&amp;gt;&amp;lt;ppuAddress&amp;gt;&amp;lt;taxAeraId&amp;gt;110892004&amp;lt;/taxAeraId&amp;gt;&amp;lt;address&amp;gt;&amp;lt;id/&amp;gt;&amp;lt;operation/&amp;gt;&amp;lt;baseData&amp;gt;&amp;lt;addressLine1/&amp;gt;&amp;lt;addressLine2/&amp;gt;&amp;lt;addressLine3/&amp;gt;&amp;lt;addressLine4/&amp;gt;&amp;lt;city/&amp;gt;&amp;lt;countryCode/&amp;gt;&amp;lt;county/&amp;gt;&amp;lt;postalCode&amp;gt;30346&amp;lt;/postalCode&amp;gt;&amp;lt;province/&amp;gt;&amp;lt;stateCode/&amp;gt;&amp;lt;type/&amp;gt;&amp;lt;/baseData&amp;gt;&amp;lt;addlData/&amp;gt;&amp;lt;extData/&amp;gt;&amp;lt;relatedAccount/&amp;gt;&amp;lt;/address&amp;gt;&amp;lt;/ppuAddress&amp;gt;&amp;lt;customer/&amp;gt;&amp;lt;organizationName/&amp;gt;&amp;lt;company&amp;gt;V040&amp;lt;/company&amp;gt;&amp;lt;companyCode/&amp;gt;&amp;lt;originalTransactionId/&amp;gt;&amp;lt;totalTax/&amp;gt;&amp;lt;taxCalcBy/&amp;gt;&amp;lt;orginalTerminalId/&amp;gt;&amp;lt;transId/&amp;gt;&amp;lt;activationCode/&amp;gt;&amp;lt;contractTerm&amp;gt;18&amp;lt;/contractTerm&amp;gt;&amp;lt;eip1STPayment/&amp;gt;&amp;lt;ratePlanInd/&amp;gt;&amp;lt;taxes/&amp;gt;&amp;lt;leaseIndicator&amp;gt;true&amp;lt;/leaseIndicator&amp;gt;&amp;lt;totalFinancedAmount/&amp;gt;&amp;lt;transactionType&amp;gt;LEASE&amp;lt;/transactionType&amp;gt;&amp;lt;transactionCode&amp;gt;INV&amp;lt;/transactionCode&amp;gt;&amp;lt;chargeType&amp;gt;LSPYOFFEE&amp;lt;/chargeType&amp;gt;&amp;lt;taxBasis/&amp;gt;&amp;lt;leaseStartDate&amp;gt;1608796800000&amp;lt;/leaseStartDate&amp;gt;&amp;lt;leaseEndDate&amp;gt;1669190400000&amp;lt;/leaseEndDate&amp;gt;&amp;lt;eipplanId&amp;gt;202012241295221896&amp;lt;/eipplanId&amp;gt;&amp;lt;eipindicator/&amp;gt;&amp;lt;eipremainingAmount/&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/lineItem&amp;gt;&amp;lt;/listOfLineItem&amp;gt;&amp;lt;version&amp;gt;6&amp;lt;/version&amp;gt;&amp;lt;certificateData/&amp;gt;&amp;lt;/TaxInvoiceType&amp;gt;</ns2:debug_data>
          <ns2:action>notify</ns2:action>
          <ns2:stack_trace/>
        </Error_Short_Message>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
* def responseVariable = response 0.000
* string responseXml = responseVariable 0.001
* def difference = compareResult(responseXml,filename) 0.017
Then print difference 0.000
19:12:11.430 [print] NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1]
And match response contains 'totalTaxAmt' 0.002
And match difference contains 'Number of difference between two files :0' 0.001
com.intuit.karate.exception.KarateException: taxquotesb.feature:1004 - path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string
19:12:11.433 assertion failed: path: $, actual: 'NOTE: THE REPORTED DIFFERENCES ARE WITH RESPECT TO TIBCO RESPONSE
 Number of difference between two files :2
Expected child '{http://www.t-mobile.com/Applications/Public/ApplicationServiceInterfaces/Tax/CalculateTax}taxQuoteResponse' but was 'null' - comparing <ns:taxQuoteResponse...> at /Envelope[1]/Body[1]/taxQuoteResponse[1] to <NULL> 
Expected child 'null' but was '{http://schemas.xmlsoap.org/soap/envelope/}Fault' - comparing <NULL> to <soapenv:Fault...> at /Envelope[1]/Body[1]/Fault[1] 
', expected: 'Number of difference between two files :0', reason: not a sub-string